| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some comments related to Hash method check. | José Valim | 2010-05-16 | 1 | -0/+3 |
* | added support for html attributes in options_for_select [#2165] | pleax | 2010-05-16 | 2 | -2/+81 |
* | Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited] | rohit | 2010-05-16 | 3 | -6/+6 |
* | Fix Hash#index deprecated warning in 1.9.x [#4600 state:resolved] | Aleksandr Koss | 2010-05-16 | 1 | -1/+2 |
* | Rename assert_attribute_type to asser_field_type. | José Valim | 2010-05-16 | 2 | -10/+10 |
* | Added assert_attribute_type to clean up GeneratedAttributeTest [#2377 state:r... | Jeff Kreeftmeijer | 2010-05-16 | 2 | -0/+52 |
* | Move AD::Cascade to the bottom of the middleware stack. | José Valim | 2010-05-16 | 3 | -34/+34 |
* | using :time_select when the attribute type is :time in the scaffold generator... | Jeff Kreeftmeijer | 2010-05-16 | 1 | -6/+7 |
* | Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited] | rohit | 2010-05-16 | 1 | -2/+2 |
* | Don't carry default value when changing column for a binary type on MySQL [#3... | Elomar França | 2010-05-16 | 2 | -1/+15 |
* | Expose remaining hooks to minimize the need for a Railtie based on feedback f... | José Valim | 2010-05-16 | 4 | -6/+36 |
* | Ensure that eager_load actually takes place just after the middleware stack i... | José Valim | 2010-05-15 | 4 | -15/+49 |
* | Sending :id => nil to form helpers now properly omits the "id" html element [... | Jeff Dean | 2010-05-15 | 2 | -5/+118 |
* | Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt... | José Valim | 2010-05-15 | 15 | -139/+111 |
* | Optimize the code added in fa99de0bd054576336c9 | José Valim | 2010-05-15 | 1 | -9/+19 |
* | Ruby 1.9: fix invalid rack response in test | Jeremy Kemper | 2010-05-15 | 1 | -1/+1 |
* | make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r... | Jeff Kreeftmeijer | 2010-05-15 | 1 | -1/+1 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-05-15 | 15 | -111/+139 |
* | Reset quoted_table_name after set_table_name [#4568 state:resolved] | Santiago Pastorino | 2010-05-15 | 2 | -1/+13 |
* | partial counters with :as [#2804 state:resolved] | Jeff Kreeftmeijer | 2010-05-15 | 3 | -0/+11 |
* | Fix for get_ids when including a belongs_to association on a has_many associa... | Diego Algorta | 2010-05-15 | 3 | -1/+6 |
* | Add tests for convenience methods #notice and #alert to flash.now [#4369 stat... | Anil Wadghule | 2010-05-15 | 1 | -0/+20 |
* | added convenience methods #notice and #alert to flash.now | Martin | 2010-05-15 | 1 | -0/+10 |
* | fix assert_select messages to its declaration behaviour | Paco Guzman | 2010-05-15 | 2 | -8/+24 |
* | Update generators test. | José Valim | 2010-05-15 | 1 | -12/+1 |
* | Reorganized initializers a bit to enable better hooks for common cases withou... | wycats | 2010-05-15 | 11 | -52/+154 |
* | Remove the need for a special action_mailer.url_for initializer that loads be... | wycats | 2010-05-15 | 2 | -66/+86 |
* | Added Rake task rails:templates:copy to copy templates for customization [#45... | Jeroen van Dijk + Rodrigo Urubatan | 2010-05-15 | 1 | -0/+22 |
* | Add missing require to with_options [#4601 state:resolved] | Carlos Antonio da Silva | 2010-05-15 | 1 | -0/+2 |
* | STI should not ignore type condition while applying scopes from parent class ... | Neeraj Singh | 2010-05-15 | 2 | -5/+6 |
* | Bundler deprecated options in Gemfile with application template using method ... | Adrian Sanchez | 2010-05-15 | 2 | -3/+14 |
* | Accept :alt => nil on image_tag [#4558 state:resolved] | Marc-Andre Lafortune | 2010-05-15 | 2 | -2/+3 |
* | ActiveResource shouldn't consider modules in the path | Santiago Pastorino | 2010-05-15 | 3 | -16/+12 |
* | Improve previous patch a bit [#3645 state:resolved] | José Valim | 2010-05-15 | 3 | -9/+11 |
* | Let label helpers accept blocks. | Stephen Celis | 2010-05-15 | 4 | -21/+56 |
* | Modified default_scope to merge with any pre-existing default_scope | David Chelimsky + Brian Tatnall | 2010-05-15 | 2 | -3/+34 |
* | Better code formatting and proper line numbers for stack traces | Neeraj Singh | 2010-05-14 | 4 | -19/+19 |
* | To allow proper fisting of stack trace | Santiago Pastorino | 2010-05-14 | 1 | -3/+3 |
* | Changed encoding behaviour of mail, so updated tests in actionmailer and bump... | Mikel Lindsaar | 2010-05-14 | 3 | -4/+8 |
* | minor changes to instance level validations implementation based on feedback ... | Josh Kalderimis | 2010-05-13 | 4 | -38/+17 |
* | validation macros can now be used within an instance | Josh Kalderimis | 2010-05-13 | 13 | -14/+114 |
* | defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep... | Xavier Noria | 2010-05-12 | 7 | -34/+77 |
* | Fixes to_json and to_xml for ActiveResource | Santiago Pastorino | 2010-05-12 | 1 | -6/+15 |
* | Revert "Refactor of active_model/naming.rb and allow collection and element t... | Santiago Pastorino | 2010-05-12 | 2 | -59/+5 |
* | Make ActiveResource serialize XML correctly when element_name is set. | Santiago Pastorino | 2010-05-12 | 4 | -7/+54 |
* | Refactor of active_model/naming.rb and allow collection and element to be wri... | Santiago Pastorino | 2010-05-12 | 2 | -5/+59 |
* | Make use of to_xml and to_json in tests | Santiago Pastorino | 2010-05-12 | 1 | -2/+7 |
* | revises the rdoc of #average according to 5f3bd55, and realigns when clauses | Xavier Noria | 2010-05-12 | 1 | -5/+4 |
* | type_cast_calculated_value refactor: value is never a Fixnum here. Fix test s... | Santiago Pastorino | 2010-05-11 | 2 | -3/+2 |
* | Gemfile requires sqlite3-ruby 1.3.0.beta.1 | Xavier Noria | 2010-05-12 | 1 | -1/+1 |