Displaying 20 results from an estimated 300 matches similar to: "CKeditor linked image problem"
2013 Feb 05
3
Truncate text
Hi Folks,
Good evening,
I used the code which i print below,
Yes i got the result , but i need the result like this "TruncateHtml is jus....(continued)"
some_html = ''<ul><li><a href="http://whatever">TruncateHtml is just like the vanilla truncate rails helper , TruncateHtml is just like the vanilla truncate rails
2013 May 08
1
Using koala get facebook albums photos
Hi Folks,
Good day,
I need to display my facebook album photos in my application.
I used *Koala *for facebook API.
I used this query for getting my album photos,
*current_user.facebook.get_connection("me","albums")*
by using this i can get only the albums details.
*"I need my photos which i upload in facebook "*
*
*
Please advise.
Thank you
--
You received
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
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
2012 Dec 19
6
Finding how many times was my website visited?
Hi Everyone,
Good Day!
I wanna to add to my blog a counter for displaying, how many times was my
website visited. I would like to solve it through ruby (not GA or something
like that). Is available any gem that do this task (also with checking IP
address,the time of latest visited and visited count).
Please Advice.
Thank You.
--
You received this message because you are subscribed to the
2010 Jul 12
0
Having problem with ckeditor rubygem
I''ve installed the ckeditor gem. I''m running rails 2.8.3 and have
followed the steps in the README file for the gem. Everything seems to
run without error through the <%= javascript_include_tag :ckeditor %> -
except that to make it work I have to replace :ckeditor with "ckeditor".
When I try to use the helper: <%= ckeditor_textarea("object",
2011 Dec 21
0
Cannot upload using CKEditor and Carrierwave, Rails 3.1
Uploading files won''t work properly for me in CKEditor. The file does
get saved but looking at the parameters there is no authenticity token
sent by CKeditor. So I get a "Can''t verify CSRF authenticity" warning,
which resets the session, then I can''t update the post.
The token is set in the form but CKEditor doesn''t seem to send it for
picture or file
2011 Jul 01
0
trouble with rails-ckeditor gem "form_tag"
Hi All,
I am trying to use the rails-ckeditor gem and running into some problems.
It is working fine for FORM_FOR but when implimenting on FORM_TAG, it
giving errot "undefined method `ckeditor_textarea_tag'' for
#<#<Class:0x9180348>:0x917e848>".
My view field is <%= ckeditor_textarea_tag :msg, :toolbar=>''Full'',
:width =>
2011 Jun 03
0
CKEditor + CarrierWave
someone already used the CarrierWave for do uploads with CKEditor?
I''m looking for a tutorial or some information about how do it.
Thanks!
--
*Fernando Aureliano*
--------------------------------------------------------------
[iOSDeveloper] - *ObjectiveC*
[WebDesigner] - *CSS3&HTML5*
*[WebDeveloper] - RubyOnRails*
*--------------------------------------------------------------
*
2012 Sep 04
11
I wanna make a new rails community :)
Hi everyone! I''m a newbie engineer.
I started rails programming, but I''m learning alone and can''t understand
other rails cord so much.
So I wanna have friend with other newbie rails engineers and share a
process of making apps.
It is not for sharing the "result" of programming like Github, but for
recording the almost all of process of making one app.
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
2006 Apr 17
2
Error by POP3 login
Hello!
After the success to get Dovecot finally running i have now another problem,
but don't know what is wrong there, this is the message i got:
pop3(contact at maddy.cc): Failed to create storage with data:
/var/vmail/maddy.cc/contact/
What does it mean?
Thanks for help!
--
Marc-Andr? Appel
1, Caball d'en Boux
F-66740 Villelongue dels Monts
France
+33.(0)6.86.82.41.31
2009 Aug 31
3
NameError: undefined local variable or method `testapp' for main:Object
Hi,
I am new to Ruby on Rails. Recently, I downloaded and installed the
InstantRails in the D:\ drive of my system. Now I wanted to try some
small examples in ''irb'', so I created a file "testapp.rb" and in that
pasted a code like this:
========================
class sample_class
def sample_method
puts "sample program"
end
2011 Apr 09
18
Rich text editor?
Hi all,
would you recommend something to integrate rich text editor capabilities
in a Rails app?
I am currently looking at integrating Zoho Writer since it''s got so many
features, but I was wondering whether somebody here knows of some gems
or whatever that they would recommend for this kind of requirement.
Thanks a lot in advance
Vito
--
Posted via http://www.ruby-forum.com/.
--
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,
2010 Mar 14
3
the error in DoSimulateRF function
Hello,
I am a graduate student of University of Florida.
I am trying to run a process variation model and I am facing the following
error.
-------------------------------------------------------------
Analysis of geostatistical data
For an Introduction to geoR go to http://www.leg.ufpr.br/geoR
geoR version 1.6-27 (built on 2009-10-15) is now loaded
2013 Mar 26
0
Assets compiler, how to copy whole directory to destination
How to instruct assets compiler to include whole directory in
public/assets/somedir directory.
The thing is with ckeditor which requires language dependent file at
runtime. And if it doesn''t find it in assets/ckeditor/lang directory it
doesn''t run.
I have copied directory manualy for now. But can it be done and how by
assets compiler.
by
TheR
--
Posted via
2012 Aug 18
2
Paperclip images are not stored in my directory
It is my User.rb model,
My images are not stored in my assets directory..
has_attached_file :photo, :styles => { :small => "100x100#", :large =>
"500x500>", :thumb => "60x60>" },
:url => "/assets/users/:id/:style/:basename.:extension",
:path =>
2009 Sep 25
3
NoMethodError : undefined method `stringify_keys!' for "2":String
Hi,
I have been trying to create a small Rails application. In one of
the steps, I am facing this error as "NoMethodError in
ContactController#update ...... undefined method `stringify_keys!''
for "2":String".
Let me give a brief description of the application. This application
is to Create, View and Update contacts. The problem came when updating
a record.
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