| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix counter cache setting in belongs-to proxy | Jamis Buck | 2006-03-09 | 1 | -1/+1 |
* | Add suppress_messages to migrations, to temporarily turn off verbose messages | Jamis Buck | 2006-03-09 | 1 | -0/+8 |
* | a few more tests for the custom counter_cache naming code | Jamis Buck | 2006-03-09 | 2 | -18/+9 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 5 | -14/+42 |
* | Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe... | Thomas Fuchs | 2006-03-09 | 3 | -7/+14 |
* | format fix for locking [Michael Koziarski] | Michael Koziarski | 2006-03-09 | 3 | -5/+10 |
* | Added a note to the documentation for the Date related Numeric extensions to ... | Michael Koziarski | 2006-03-09 | 2 | -1/+9 |
* | Move methods from TestResponse into a module, so they can be shared with resp... | Jamis Buck | 2006-03-09 | 2 | -1/+12 |
* | Integration test's url_for now runs in the context of the last request (if an... | Tobias Lütke | 2006-03-08 | 2 | -10/+7 |
* | move vendor inside lib so that rake freeze_edge works | Rick Olson | 2006-03-08 | 6 | -1/+1 |
* | Fix problem with unloaded ARStore sessions being loaded when they are garbage... | Jamis Buck | 2006-03-08 | 2 | -9/+36 |
* | reverted #to_sentence to use red, green, and blue style | Tobias Lütke | 2006-03-08 | 2 | -4/+4 |
* | Make the 3rd arg optional for #failsafe_response | Rick Olson | 2006-03-08 | 1 | -2/+2 |
* | Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri... | Rick Olson | 2006-03-08 | 4 | -287/+342 |
* | remove explicit Builder require | Rick Olson | 2006-03-08 | 1 | -2/+0 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 16 | -5/+126 |
* | make integration testing not interfere with command-line regex test filters | Jamis Buck | 2006-03-07 | 1 | -2/+10 |
* | Make IntegrationTest refer to superclass properties using copy-on-write | Jamis Buck | 2006-03-07 | 1 | -0/+31 |
* | Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO... | Rick Olson | 2006-03-07 | 2 | -2/+6 |
* | Proper options for XmlSimple | David Heinemeier Hansson | 2006-03-07 | 2 | -2/+1 |
* | more integration tweaks | Jamis Buck | 2006-03-07 | 1 | -8/+37 |
* | XmlSimple _should_ be the default since XmlNode is not compatible with regula... | David Heinemeier Hansson | 2006-03-07 | 3 | -26/+30 |
* | A few minor tweaks to the integration testing stuff | Jamis Buck | 2006-03-07 | 1 | -1/+5 |
* | Allow set_fixture_class to take Classes instead of strings for a class in a m... | Rick Olson | 2006-03-06 | 3 | -8/+20 |
* | forgot to commit the fixed test case! (yea right) | Tobias Lütke | 2006-03-06 | 1 | -3/+3 |
* | changed default of Array#to_sentence to use one, two and three notation ( ski... | Tobias Lütke | 2006-03-06 | 1 | -2/+2 |
* | Allow method chaining in RJS elements [Rick Olson] | David Heinemeier Hansson | 2006-03-06 | 4 | -2/+21 |
* | Update Prototype for beta gems | Sam Stephenson | 2006-03-06 | 2 | -96/+110 |
* | Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney... | Rick Olson | 2006-03-06 | 2 | -7/+9 |
* | slight change to eager associations table aliasing: use class_reflection, lik... | Rick Olson | 2006-03-06 | 2 | -3/+3 |
* | added assert_queries for the AR test suite | Rick Olson | 2006-03-05 | 2 | -2/+13 |
* | Added tracking of database and framework versions in script/about #4088 [char... | David Heinemeier Hansson | 2006-03-05 | 3 | -5/+28 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 3 | -6/+6 |
* | Silence the migration messages when importing the schema for tests | Jamis Buck | 2006-03-05 | 1 | -0/+1 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -3/+4 |
* | Dont mkdir for each framework now that theyre checked out in their entirety | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+0 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 3 | -11/+36 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 10 | -46/+345 |
* | Fixed eager loading problems with single-table inheritance [Rick Olson] Added... | David Heinemeier Hansson | 2006-03-05 | 10 | -63/+144 |
* | Dont generate migration when doing scaffolding | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+1 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 1 | -0/+6 |
* | Fixed tests (closes #4087) [Rick Olson] | David Heinemeier Hansson | 2006-03-05 | 2 | -5/+29 |
* | allow RJS enum values to be passed to visual_effect() and other scriptaculous... | David Heinemeier Hansson | 2006-03-05 | 5 | -68/+80 |
* | Migrations created alongside models should be called CreateModels not AddMode... | David Heinemeier Hansson | 2006-03-05 | 1 | -2/+2 |
* | Added public/javascripts/application.js as a sample since it'll automatically... | David Heinemeier Hansson | 2006-03-04 | 7 | -34/+10 |
* | Added cascading eager loading that allows for queries like Author.find(:all, ... | David Heinemeier Hansson | 2006-03-04 | 4 | -138/+349 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+0 |
* | Backed out of that. PStore doesnt support suffix :( | David Heinemeier Hansson | 2006-03-04 | 2 | -3/+3 |
* | CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in... | David Heinemeier Hansson | 2006-03-04 | 2 | -2/+4 |
* | Words of caution | David Heinemeier Hansson | 2006-03-04 | 1 | -1/+1 |