Ruby on Rails
Go to file
Steve St. Martin a8645593a4 remove duplicate call to stringify_keys [#2587 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2009-08-08 13:56:41 +02:00
actionmailer Adds a :file delivery_method to save email to a file on disk 2009-08-08 16:32:17 +12:00
actionpack remove duplicate call to stringify_keys [#2587 status:resolved] 2009-08-08 13:56:41 +02:00
activemodel Use send instead of instance_eval 2009-08-06 00:11:28 +01:00
activerecord Add test to verify that the new :inverse_of association option will indeed fix the validation problem for a belongs_to relationship that validates_presence_of the parent, when both the parent and the child are new (in-memory) records. Also check that this works when the parents adds child via nested_attributes_for. 2009-08-08 13:07:49 +02:00
activeresource Ruby 1.9 compat: fix for SSL in Active Resource 2009-08-07 12:24:02 -07:00
activesupport Extract String#bytesize shim 2009-08-01 18:34:41 -07:00
ci
doc/template
railties Add option to routes task to target a specific controller with CONTROLLER=x. 2009-08-08 14:38:33 +12:00
tools
.gitignore
Rakefile Vendorized Thor. 2009-07-13 23:13:48 +02:00
pushgems.rb
release.rb