aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-146-5/+32
* Update respond_to docs to follow established naming conventionMarcel Molina2006-08-141-7/+7
* Fix for deep includes on the same association.Jeremy Kemper2006-08-145-2/+40
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-134-1/+38
* Tweak RoutingError message to show option diffs, not just missing named route...Rick Olson2006-08-132-2/+4
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-133-2/+65
* Add debugging logging to Dependencies.Nicholas Seckar2006-08-132-4/+33
* Use require_dependency and not require to load modelsNicholas Seckar2006-08-121-1/+1
* Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark]Rick Olson2006-08-113-1/+13
* Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri...Rick Olson2006-08-093-13/+3
* Rearrange application resetting and preparation, fix bug with leaking subclas...Rick Olson2006-08-092-1/+10
* Cause ApplicationController to be reloadedDavid Heinemeier Hansson2006-08-091-1/+1
* Fix typo in caching docs.Marcel Molina2006-08-091-1/+1
* Document find's :from option. Closes #5762. [andrew@redlinesoftware.com]Marcel Molina2006-08-092-0/+4
* PostgreSQL: autodetected sequences work correctly with multiple schemas. Rely...Jeremy Kemper2006-08-093-5/+80
* Add missing mock directories from the autoload_paths configuration. [Rick Ol...Rick Olson2006-08-092-2/+6
* Nested controller scaffolding also nests the generated layout.Jeremy Kemper2006-08-092-3/+4
* Require Tempfile explicitly for TestUploadedFile due to changes in class auto...Rick Olson2006-08-092-0/+3
* Add RoutingError exception when RouteSet fails to generate a path from a Name...Rick Olson2006-08-092-7/+9
* be sure to require_dependency on 'application', so that dependency loading is...Jamis Buck2006-08-081-1/+1
* Add forgotten files; Fix double loading errors.Nicholas Seckar2006-08-084-17/+25
* Checkin forgotten add. Update const_missing handler to avoid double loading f...Nicholas Seckar2006-08-082-1/+10
* New dependencies implementationNicholas Seckar2006-08-0827-73/+455
* Cache nil results for has_one associations so multiple calls don't call the d...Rick Olson2006-08-084-7/+14
* separate warn method for easier localization overrideJeremy Kemper2006-08-081-1/+5
* Include called method in instance variable deprecation warning.Jeremy Kemper2006-08-082-9/+4
* DateTime#to_time gives hour/minute/second resolution. Closes #5747.Jeremy Kemper2006-08-073-4/+14
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-073-4/+29
* Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...Rick Olson2006-08-072-1/+3
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-0714-32/+66
* Add support for the param_name parameter to the auto_complete_field helper. F...Thomas Fuchs2006-08-073-0/+5
* Add documentation for how to disable timestamps on a per model basis. Closes ...Marcel Molina2006-08-072-0/+11
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-072-2/+4
* it's me, john wayneNicholas Seckar2006-08-071-12/+0
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-077-47/+92
* Don't warn when the deprecated ivar proxy is instantiated.Jeremy Kemper2006-08-072-5/+3
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-074-0/+90
* Proper initializationDavid Heinemeier Hansson2006-08-061-1/+1
* Don't save has_one associations unnecessarily. Closes #5735.Jeremy Kemper2006-08-063-1/+20
* add Rdocs to map.resourcesRick Olson2006-08-061-0/+104
* Remove requires from webrick server; they were causing dispatcher.rb to be do...Nicholas Seckar2006-08-061-4/+1
* Move methodNicholas Seckar2006-08-061-8/+8
* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.Nicholas Seckar2006-08-064-3/+102
* fixed lifecycle tests so they instantiate the observersRick Olson2006-08-061-1/+3
* Tweak the Rails load order so observers are loaded after plugins, and reloade...Rick Olson2006-08-063-3/+12
* Refactor ActiveRecord::Base.reset_subclasses to #reset, and add global observ...Rick Olson2006-08-063-2/+22
* Formally deprecate the deprecated finders. [Koz]Michael Koziarski2006-08-052-0/+5
* Raise fully qualified names upon name errors. Closes #5533.Nicholas Seckar2006-08-055-5/+53
* Formally deprecate rich associations. [Koz]Michael Koziarski2006-08-052-1/+6
* Add extention to obtain the missing constant from NameError instancesNicholas Seckar2006-08-053-0/+44