aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix association writer with :dependent => :nullify. Closes #7314.Jeremy Kemper2007-09-143-8/+18
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-147-3/+43
* Missed Reloadable bits and piecesJeremy Kemper2007-09-145-21/+2
* Some 1.9 forward compatibilityJeremy Kemper2007-09-1424-87/+116
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-148-198/+5
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-136-157/+302
* minor speedups + forward-compat syntaxJeremy Kemper2007-09-136-19/+24
* Trips up the RDoc generationDavid Heinemeier Hansson2007-09-131-1/+1
* minor speedupJeremy Kemper2007-09-131-2/+2
* Tidy up link to remote options. Closes #9505. [nik.wakelin]Michael Koziarski2007-09-122-2/+14
* Remove unused HashCachingJeremy Kemper2007-09-112-141/+0
* Purge empty filesJeremy Kemper2007-09-1145-0/+0
* Remove empty macrosJeremy Kemper2007-09-112-0/+0
* Kill lingering actsJeremy Kemper2007-09-112-4/+1
* Remove empty actsJeremy Kemper2007-09-112-0/+0
* Don't raise superfluous exception on test failure.Jeremy Kemper2007-09-111-6/+6
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-117-362/+9
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-116-430/+30
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-115-282/+2
* 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