Displaying 20 results from an estimated 30000 matches similar to: "Rich text editor?"
2013 Feb 17
5
Where do Gems Live (e.g. CKEditor)
I''m a Rails newbie and I have added the CKEditor Gem which is working
okay. To configure the gem though, you have to edit the config file,
which is also working when I do that. However, when I push to github and
pull to my other computer, the config file is not changed.
This lead me to the following broader question: when you use a gem,
where does the code go and how can you make sure it
2012 Nov 24
1
CKeditor linked image problem
Hi Folks Good Morning,
*How to remove the Border **around the linked image in CKeditor .?? *
*Please advice.*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2010 May 31
2
ckeditor "Browse Server"
I started with the ckeditor rails demo and everything worked
beautifully.
Then I deployed a couple of sites using a heavily customized "Easy"
toolbar and everything works great. In these instances I completely
disable any file upload or management capability.
Next, I implemented the "Full" version for another project so that I
could have the full functionality of the image
2011 Mar 10
8
How to install rails_tiny_mce in Rails2.3.10
I have tried followed the guide in https://github.com/sandipransing/rails_tiny_mce/tree/rails_2.x,but
failed.I suggest the newest plugin in git://github.com/sandipransing/rails_tiny_mce.git
only support Rails3.0.How to install in Rails2.3.10?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views
of my project.
I have installed jquery:
ruby script/plugin install git://github.com/aaronchi/jrails.git
nicEdit plugin:
ruby script/plugin install
git://github.com/sergio-fry/Simple-nicEdit.git
Add js in layout:
<%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %>
Use it
2012 May 22
4
Creating formatted PDFs
Hello,
I''m writing a mail-merge application with Ruby on Rails. I have one
user-created template, wich he creates with a CKEditor (in HTML). I have
a list of members, and in the "mailings" controller I mix the template
with the members data to create a PDF with a letter to every member.
This is all working correctly... Except one part: I don''t know how to
render
2012 Oct 10
4
How do we get the End of Line date for the gems which we are using Ruby on Rails?
Hi All,
I want to know the EOL date for the below gems for ROR. Can anyone help me
how to find the EOL dates
- authlogic
- will paginate
- oauth-plugin 0.3.14
- statistics 0.1.1
- YUI
- cucumber 0.6.4
- cucumber-rails 0.3.0
- rspec 1.3.0
- rspec-rails 1.3.2
- webrat 0.7.0
- factory-girl 1.2.4
- database_cleaner 0.5.0
- SSL requirement
- calender_select
2013 Feb 22
7
Newbie Question
What are some Great resources to get into Rails?
Keep in mind this is for someone that has little to no programming
experience.
So starting from scratch...
A little background is that I want to create a program for personal use
that uses Databases to store lots of information. They wopuld draw from
each other and work to help in large scale event planning and management.
Any help is
2010 Nov 18
1
Facing problems with YUI 2 grids, nesting does not work as expected (example markup inside)
Hey,
thank you for reading this post, maybe you can help me. I am trying to
nest grids, but it does not work, see my lines (extracted and
shorten):
Just copy, save as html, and then you''ll see what I mean: the orange
solid bordered list items should be in the red dotted list container,
but that''s not the case.
Can you help me with this?
<html>
<head>
2011 Feb 24
1
Rails 3 testing help with TinyMCE gem and plugin
Hiya,
I''ve taken over maintenance of the tiny_mce gem
(https://github.com/kete/tiny_mce/) and am preparing a release that
will have the latest TinyMCE and take advantage of some TinyMCE jQuery
integration. I''m in the process of getting things working again with
Rails 2.3.x (jQuery integration stuff broke things) and I could use
hand with testing with Rails 3.x.
I don''t
2010 Apr 10
2
Need a dropdown having "more.." option
I have a collection of products that I am showing in a dropdown. Now
at the first view it will show only first 10 products in the dropdown
with an option "more..." at last. if user clicks the "more..." he can
see all the following products in that dropdown list (this is not any
ajax request, just javascript show/hide). Of course the more... option
will hide when showing all
2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
Hi all, I have Rails 4.0.0 app,
After capistrano deploy my ckeditor_assets are being removed. Could not
symlink to shared/ckeditor_assets folder.
I have followed this step :
namespace :uploads do
>
> desc <<-EOD
> Creates the upload folders unless they exist
> and sets the proper upload permissions.
> EOD
> task :setup,
2006 Apr 30
7
Rich text aera?
Hi all,
I am trying to add an article editing interface to my future webstore,
and I am wondering what to use for text formatting.
I would like to avoid using HTML, and calibre-bbcode just won''t work
(see my last post).
Is there some kind of library for live text formatting right in the
browser? I would just need bold, italics, size and ul lists... Do you
know of a good solution?
2006 Feb 17
7
Rich Text Editor (RTE)
Hello,
We are developing an commercial application that need to use an RTE.
Someone know one RTE editor that can I use in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
Hi Guys,
I'm currently using the Dojo Rich text editor on my site
https://wideword.net but am not 100% happy with it as I'm a prototype
kind of guy.
So I started writing this Rich Text Editor the other day on an
experiment. I used the In Place Editor as a template for it and have
gotten it to more or less work under IE and Gecko. Unfortunately it
still isn't working on Safari ( The
2008 Mar 03
1
How change text_area form helper into rich text entry area/control?
Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I''m hoping this is very easy to pull off?!?
<%= text_area ''blogentry'', ''entry'' %></p>
TO
<%= rich_text_area ''blogentry'', ''entry'' %></p> ???
Haven''t found
2005 Nov 25
4
Rich Text Editor
I know this doesn''t necessarily fall under AJAX, but does anyone have any plans of donating a RTE (Rich Text Editor) plugin to scriptaculous?
2006 Feb 03
6
Rich Text Editor
I know I saw something a while back about a simple Rich Text Editor; did
that go anywhere? I''d love to see something as simple as the one google uses
in gmail. If not, I''ll get started on it :-D.
-Jerod
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2011 Oct 21
20
How to transform my html form into a rails 3 form
Hi,
I have the following code working in a rails 3 view, but it is
unfortunately not pure rails code!
<% @filter1 = "tr.show1,tr.show2" %>
<% @filter2 = "tr.show1" %>
<% @filter3 = "tr.show2" %>
<form>
<p>
<input type="checkbox" value=<%=@filter1%> onclick="$
(this).is('':checked'')
2010 Jul 13
1
NoMethodError in UsersController#show
So I am getting the error
NoMethodError in UsersController#show error
undefined method `feed'' for nil:NilClass
{"authenticity_token"=>"zalkdfsjfksjd;lfs;lfksdkf/2tPzo=",
"login"=>"session",
"password"=>"admin",
"commit"=>"Log in"}
Why is login being set to "session"? Instead of the