aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that resource namespaces wouldnt stick to all nested resources (closes ...David Heinemeier Hansson2007-09-103-5/+38
* Remove broken requireMichael Koziarski2007-09-101-1/+0
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-106-571/+4
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-105-156/+3
* Remove the wrapping feature that was never actually turned into something rea...David Heinemeier Hansson2007-09-092-73/+0
* Removed outdated benchmarks and examplesDavid Heinemeier Hansson2007-09-096-233/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-0917-32/+54
* Random hits from the style naziDavid Heinemeier Hansson2007-09-094-7/+14
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-093-19/+2
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-093-9/+7
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-2/+1
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-093-28/+15
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Removed ActionController::Base.scaffold -- it went through the whole idea of ...David Heinemeier Hansson2007-09-0912-309/+2
* Removed ActionController::Base#keep_flash (use flash.keep instead)David Heinemeier Hansson2007-09-092-18/+12
* Removed deprecated ActionController::Base#expire_matched_fragments (just call...David Heinemeier Hansson2007-09-091-6/+0
* Removed the deprecated ActionController#Base.template_root/= methods (use Act...David Heinemeier Hansson2007-09-092-22/+1
* Update copyright spanDavid Heinemeier Hansson2007-09-0910-10/+10
* The examples are outdated and misleadingDavid Heinemeier Hansson2007-09-0920-459/+2
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-093-8/+8
* Use attribute pairs instead of the migration name to create add and remove co...Michael Koziarski2007-09-094-20/+39
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-096-59/+244
* Match Fixnum and Float in particular. Rescue dup error and return result.Jeremy Kemper2007-09-081-4/+5
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-086-14/+21
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-083-1/+23
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-082-1/+26
* Add a user_agent to TestRequestMichael Koziarski2007-09-072-1/+6
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-065-138/+77
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-063-0/+44
* Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....Michael Koziarski2007-09-061-2/+2
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-053-1/+22
* Add credit where due. References #8446Michael Koziarski2007-09-051-1/+1
* Fix misleading documentation for truncate. [esad] Closes #9104Michael Koziarski2007-09-051-1/+1
* Fix assertion for the mysql default work around committed earlier.Michael Koziarski2007-09-051-1/+5
* Add :allow_blank to validations. Like allow_nil, but for values which are +bl...Michael Koziarski2007-09-052-1/+26
* Fix bug where unserializing an attribute attempts to modify a frozen @attribu...Rick Olson2007-09-043-1/+12
* Work around mysql limitations for defaults on text columns with not null. Cl...Michael Koziarski2007-09-043-2/+3
* Add missing changelog entryMichael Koziarski2007-09-031-0/+2
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-0318-232/+159
* Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]Michael Koziarski2007-09-038-381/+7
* Allow Float#round to take a precision argument. Closes #8626 [norbert]Michael Koziarski2007-09-023-0/+52
* Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]Michael Koziarski2007-09-022-19/+87
* Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...Michael Koziarski2007-09-022-6/+13
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* Make auto link behave well with URLs containing email addresses. Closes #7313...Michael Koziarski2007-09-022-5/+15
* Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]Michael Koziarski2007-09-022-0/+6
* Remove duplication in test_help.rb Closes #3328 [jarkko]Michael Koziarski2007-09-021-1/+1
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15