search for: zencocoon

Displaying 9 results from an estimated 9 matches for "zencocoon".

2006 Apr 08
7
How to create your own markup language ?
I''m actually looking to create my own markup language, after a look to the greats markdown and textilize markup languages they seem to be more complexes that what I need, so not feating with my application. Any help is welcome ;-) -- Grosjean S?bastien
2007 Mar 05
2
Help with rjb
I am trying to do file i/o with rails and rjb and can''t figure out a way to make this work. Here''s what I am trying to do: - a user uploads an image to the server via a standard html form: <%= file_field("blog", "attach") %> - this returns a ruby File object to the controller in params[:blog][:attach]
2007 May 06
2
InPlaceRichEditor V 1.1.1 released
...sed I may like to announce the release of the version 1.1.1 fixing a bug when loading external text (Thanks to Robert Muzslai). I''ve also added to the website a version feed to keep looking at the new release easier. http://inplacericheditor.box.re Have fun ;-) -- Sébastien Grosjean - ZenCocoon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this gro...
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine, I am currently trying out your inPlaceEditor and I am happy with so far as it helps with the CMS I am developing in Rails at the moment. However, when you click cancel and go into in-place editing right after again, the textfield does not switch into WYSIWYG mode anymore. That behaviour is correct, because you do not disconnect the editor instance form the DOM tree on cancel.
2006 Aug 07
1
RoR with flash
i would like to move a site that i made a while back from php to ruby. most of the site was in flash and it just called my php files to generate the dynamic text in the flash movie. i tried the same thing and just had rails generate my text from the database but i noticed that i can''t pull anything like ''/main/flash_info'', i have to use the full url:
2010 Sep 19
4
Rails 2.3.8 - InvalidAuthenticityToken problem. URGENT!
I used to have Simple Captcha installed, but since I removed it I got all kinds of problems with login. Processing UsersController#login (for 188.177.122.179 at 2010-09-19 12:21:09) [POST] Parameters: {"commit"=>"OK", "authenticity_token"=>"/ Y0aZETCsMhyI3CkrZJK6O2NaLEoi+LRe8ZuDPWU9kc=",
2007 Mar 04
23
Sound support for script.aculo.us
Hi all, I''ve added a new library called sound.js to script.aculo.us, which allows for playing (mp3-based) sound effects. It works without using Flash, by using IE''s internal sound playback mechanism (BGSOUND) and falling back on using whatever plugin is used for audio/mpeg on other browsers (in real world terms, this means QuickTime or a QuickTime- compatible plugin).
2007 Aug 27
4
Sortable + Table = Ouch!
I have an HTML table I am trying to "retro-fit" with a sortable such that a cell in one column/row and be moved to another. What I have tried in tyerms of formatting looks akin to: <div id="schedule"> <table> <tr> <td><div id="one">Some Text</div></td> <td><div
2006 Apr 19
1
Login_Engine and use_email_notification
I got a problem with the set up of Action Mailer and Login_Engine. I''m actually not able to disable email notification, as I could see in the doc of login_engine it seem that I just need to insert a line in the environement.rb of my application, like that : module LoginEngine # ... other options... config :use_email_notification, false end But I don''t get it