aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug that would cause an ApplicationController to require itself three...David Heinemeier Hansson2004-12-173-5/+11
* Cut down on the documentation visibleDavid Heinemeier Hansson2004-12-161-11/+10
* Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONSDavid Heinemeier Hansson2004-12-161-1/+1
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-167-7/+7
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-167-66/+135
* Updated documentationDavid Heinemeier Hansson2004-12-162-1/+45
* Updated documentationDavid Heinemeier Hansson2004-12-161-21/+30
* Updated documentationDavid Heinemeier Hansson2004-12-1612-53/+80
* Updated and added more documentationDavid Heinemeier Hansson2004-12-165-69/+74
* Added Base.validates_inclusion_ofDavid Heinemeier Hansson2004-12-163-30/+201
* Improving documentation...David Heinemeier Hansson2004-12-166-202/+163
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-169-30/+106
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* Needed to update the server root for the new placementDavid Heinemeier Hansson2004-12-161-1/+1
* Renamed script/envcon to script/consoleDavid Heinemeier Hansson2004-12-163-7/+7
* Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...David Heinemeier Hansson2004-12-165-9/+7
* Renamed breakpointing to breakpointerDavid Heinemeier Hansson2004-12-163-2/+2
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-163-11/+26
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-163-9/+20
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-162-2/+1
* Make it possible to use a regular scope string in addition to the symbol shor...David Heinemeier Hansson2004-12-161-1/+5
* Shouldnt have removed generators from gemspecDavid Heinemeier Hansson2004-12-161-0/+1
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-162-0/+31
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-161-0/+23
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-162-2/+24
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-167-229/+220
* Added that controllers will now attempt to require a model dependency with th...David Heinemeier Hansson2004-12-162-0/+16
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-166-13/+59
* Added Base.default_error_messages as a hash of all the error messages used in...David Heinemeier Hansson2004-12-152-9/+24
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@172 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-151-0/+0
* Added automatic transaction block around AssociationCollection.<<, Associatio...David Heinemeier Hansson2004-12-152-8/+19
* Moved generate to bin and included it againDavid Heinemeier Hansson2004-12-152-8/+1
* Removed redundent tests for success and removed the tests for missing records...David Heinemeier Hansson2004-12-151-30/+0
* Generators shouldnt be placed in a new Rails creation by defaultDavid Heinemeier Hansson2004-12-151-2/+1
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-153-1/+148
* Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...David Heinemeier Hansson2004-12-153-32/+64
* Make Railties *not* include .svn dirs in its gemspec files list #308 [Marcel]David Heinemeier Hansson2004-12-151-1/+1
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-153-2/+11
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* Insignificante...David Heinemeier Hansson2004-12-152-1/+2
* Updated examples to use ApplicationController instead of AbstractApplicationC...David Heinemeier Hansson2004-12-151-7/+10
* Added that controllers will now search for a layout in $template_root/layouts...David Heinemeier Hansson2004-12-151-1/+15
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-157-10/+12
* Brought unit tests up to dateDavid Heinemeier Hansson2004-12-152-16/+13
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-153-71/+41
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-1515-16/+271
* Wrapped multi-step operations in transactionsDavid Heinemeier Hansson2004-12-141-16/+22
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-141-1/+0
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-143-4/+12
* Fixed that has_and_belongs_to_many would generate bad sql when naming convent...David Heinemeier Hansson2004-12-142-4/+6