Displaying 3 results from an estimated 3 matches for "railshelp".
Did you mean:
rails_help
2007 May 07
0
set cursor in text_field_tag?
...#39;'ve text_field_tag A and B.
I type something in A and hit the tabulator-key. An observe_field-
helper-method gets triggered, some fancy Ajax-JS-stuff happens, the
formerly disabled field B gets enabled and now I''m able to type into
textfield B.
No, how can I say with JS/Prototype/Railshelpers that I''d like the
cursor to jump right in textfield B after the Ajax-JS-stuff happend?
So the user can just write along after hitting the tab-key and
changing from A to B?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the...
2006 May 04
3
Rubyonrails.org Website Blocked
Hi Everyone,
This is basically an FYI because I don''t think there is much that can be
done about it. I work at a DoD lab and up until very recently I had no
problems at all getting to rubyonrails.org. All week long I have not
been able to visit the site and I finally gave up and submitted a
trouble call to our network help desk. I was told that the site was in
a class B range
2010 Apr 06
3
(Rails3-master) erubis: how to use things like preprocessing?
(Rails3 latest git master)
Subject says it. I''m trying to figure out how to use erubis features
described here: http://www.kuwata-lab.com/erubis/users-guide.05.html#rails,
especially preprocessing. My question is, where do I place the
Erubis::Helpers::RailsHelper.preprocessing=true
Not in application.rb, at that point the object does not exist yet it
seems. I wonder why I don''t see ANY mention whatsoever of such an
important feature like erubis preprocessing when someone writes about
"Rails 3 x-times faster"? Or about what it means tha...