| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused fixtures and models from AP tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -6/+0 |
* | Add HTML5 input[type="color"] helper | Carlos Galdino | 2012-05-21 | 1 | -0/+3 |
* | Fix override API response bug in respond_with | Prem Sichanugrist | 2012-02-03 | 1 | -0/+10 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -2/+2 |
* | Silence Ruby warnings about uninitialized instance variable. | Mike Gehard | 2011-09-09 | 1 | -9/+2 |
* | Use real hash model in nested fields_for with hash model test | Sam Pohlenz | 2011-06-22 | 1 | -0/+11 |
* | Fix tests on 1.9.2. | José Valim | 2010-11-28 | 1 | -1/+1 |
* | If a user wants json output then try best to render json output. In such case... | Neeraj Singh | 2010-11-24 | 1 | -0/+6 |
* | fields_for should treat ActiveRecord::Relation as an array | Neeraj Singh | 2010-11-11 | 1 | -0/+10 |
* | fixing a few test warnings | Aaron Patterson | 2010-10-04 | 1 | -0/+5 |
* | moving fake model to the correct file | Aaron Patterson | 2010-10-03 | 1 | -0/+14 |
* | Review most of the form_for deprecated tests, missing tests with index like [] | Carlos Antonio da Silva | 2010-09-26 | 1 | -0/+1 |
* | Remove namespace for isolated namespaced models in forms | Piotr Sarnacki | 2010-09-03 | 1 | -0/+15 |
* | to_param shoul return a string | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -28/+12 |
* | AMo #key is now #to_key and CI is probably happy | snusnu | 2010-02-20 | 1 | -7/+7 |
* | Adds #key and #to_param to the AMo interface | snusnu | 2010-02-19 | 1 | -0/+16 |
* | Ensure render :text => resource first tries to invoke :to_text on it | José Valim | 2010-02-16 | 1 | -0/+1 |
* | Make check boxes accept :multiple as option so they can handle collections (s... | José Valim | 2010-01-14 | 1 | -1/+1 |
* | I18n label helper [#745 status:resolved] | Carsten Gehling | 2010-01-02 | 1 | -0/+1 |
* | Moved shared form helper models into fake_models | Joshua Peek | 2009-10-03 | 1 | -0/+96 |
* | Ensure collections are not treated as nested resources. | José Valim | 2009-08-13 | 1 | -4/+8 |
* | Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro... | José Valim | 2009-08-07 | 1 | -0/+22 |
* | AMo conversion helper | Joshua Peek | 2009-07-21 | 1 | -2/+4 |
* | Define ActiveModel API Compliance | Yehuda Katz | 2009-07-20 | 1 | -2/+2 |
* | Remove some defined?(Http) checks | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -0/+2 |
* | Move model naming into ActiveModel | Joshua Peek | 2009-06-17 | 1 | -0/+4 |
* | Move fake controllers and models to a common load path | Jeremy Kemper | 2009-05-22 | 1 | -0/+19 |