aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-143-0/+35
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-146-16/+59
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-134-11/+3
* Slightly less overzealous testingDavid Heinemeier Hansson2004-12-131-7/+1
* Improved the quality of the breakpointing -- especially under FCGIDavid Heinemeier Hansson2004-12-132-5/+8
* Added TemplateError#backtrace that makes it much easier to debug template err...David Heinemeier Hansson2004-12-132-3/+12
* Extended no inclusion of messages if theyre nil to baseDavid Heinemeier Hansson2004-12-131-1/+3
* Fixed bug with reloading associationsDavid Heinemeier Hansson2004-12-131-1/+1
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-133-5/+29
* Updated unit tests to reflect lowercase post as method in form tagsDavid Heinemeier Hansson2004-12-131-3/+3
* Moved methods into the main body as only wiring is needed in append_featuresDavid Heinemeier Hansson2004-12-131-9/+7
* Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...David Heinemeier Hansson2004-12-121-1/+1
* Cleaner deactivation of the breakpoint serverDavid Heinemeier Hansson2004-12-122-2/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-122-2/+5