aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* I know we all love > but we can't all have themNicholas Seckar2006-08-051-1/+0
* Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674Nicholas Seckar2006-08-053-11/+66
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-052-0/+19
* Make test_tag_options pass (closes #5600) [shugo]David Heinemeier Hansson2006-08-051-1/+1
* Added months and years to the resolution of DateHelper#distance_of_time_in_wo...David Heinemeier Hansson2006-08-053-5/+21
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-052-9/+27
* Mention reload! when talking about console (closes #5560)David Heinemeier Hansson2006-08-051-0/+3
* Refactored select routing for SQL Server adapter (closes #5683) [tom@popdog.net]David Heinemeier Hansson2006-08-052-14/+14
* Fixed that default timezones for new / initialize should uphold utc setting (...David Heinemeier Hansson2006-08-053-1/+19
* Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...David Heinemeier Hansson2006-08-052-3/+26
* Remove unnecessary brackets in regex (closes #5715)David Heinemeier Hansson2006-08-051-1/+1
* Call an inspector for inspectorDavid Heinemeier Hansson2006-08-051-1/+1
* DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.Jeremy Kemper2006-08-052-4/+39
* Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...Michael Koziarski2006-08-052-1/+9
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-053-2/+11
* Fix announcement of very long migration names. Closes #5722.Jeremy Kemper2006-08-052-1/+4
* ./script/generate usage. Closes #5721.Jeremy Kemper2006-08-051-1/+1
* The white space inquisition is coming for you!David Heinemeier Hansson2006-08-041-3/+1
* Fix broken query parameter testsNicholas Seckar2006-08-042-43/+115
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-1/+1
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-0/+11
* Fix typo in caching docs. [Marcel Molina Jr.]Marcel Molina2006-08-041-1/+1
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-034-7/+203
* The exists? class method should treat a string argument as an id rather than ...Jeremy Kemper2006-08-033-10/+25
* Thoroughly document inflections. Closes #5700.Jeremy Kemper2006-08-032-11/+40
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-035-4/+80
* Fixed to_xml with :include misbehaviors when invoked on array of model instan...David Heinemeier Hansson2006-08-033-0/+17
* Added support for conditions on Base.exists? (closes #5689) [josh@joshpeek.com]David Heinemeier Hansson2006-08-033-2/+14
* Schema dumper quotes date :default values.Jeremy Kemper2006-08-022-1/+14
* More tweaks to make sure assert_redirected_to works with symbolsJamis Buck2006-08-011-2/+8
* Make sure assert_respond_to works with symbol parametersJamis Buck2006-08-011-1/+1