Contents:
Git plugin support doesn't work in Rails 2.3.4
RJS and PrototypeHelper methods
Multiple conditions for find (ActiveRecord::Base)
It’s a 2.3 bug still not fixed in 2.3.4 gems according to this thread
On my new server with Rails 2.3.4 installed it looks like this:
I run script/plugin install git://github.com/whatever/plugin.git and then just nothing happens.
Recipe from above mentioned thread works for me, so I have to run instead:
script/plugin install http://github.com/whatever/plugin.git/ |
Note slash at the end!
Quite a common mistake.
Never use :update option of PrototypeHelper methods (like link_to_remote) together with RJS templates. Simply remove :update and RJS will care about it. Another option is to avoid using RJS if possible.
Had to spend some time to figure out:
Person.find :all, :conditions => [ "user_name = ? AND surname = ? AND address = ?", user_name, surname, address] |
Home
Contacts
Downloads
RoR
Servers
Notes
Linux
ERR
Русский