aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make form_for work with additional optionsDavid Heinemeier Hansson2005-11-131-1/+1
* Show with local varsDavid Heinemeier Hansson2005-11-131-2/+2
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-1310-24/+338
* r3046@asus: jeremy | 2005-11-13 02:31:21 -0800Jeremy Kemper2005-11-131-4/+8
* r3042@asus: jeremy | 2005-11-13 01:51:08 -0800Jeremy Kemper2005-11-134-20/+52
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-133-16/+45
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2
* Much faster Oracle column reflection. References #2848.Jeremy Kemper2005-11-132-16/+24
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...Jeremy Kemper2005-11-132-2/+2
* SQLite: the clone_structure_to_test Rake task should always use the test envi...Jeremy Kemper2005-11-132-1/+3
* PostgreSQL: min_messages = warning for AR tests.Jeremy Kemper2005-11-121-5/+5
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-124-9/+1
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-126-39/+103
* Make Validations#create! use the current scopeJamis Buck2005-11-121-0/+2
* SQLServer: don't report limits for unsupported field types. Closes #2835.Jeremy Kemper2005-11-112-0/+4
* Include the Enumerable module in ActiveRecord::Errors.Jeremy Kemper2005-11-112-0/+4
* ChangeloggingDavid Heinemeier Hansson2005-11-111-0/+2
* Make sure that legacy db tasks also reference :database for SQLite (closes #2...David Heinemeier Hansson2005-11-111-3/+6
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-103-7/+19
* Fix const_missing handler to ignore the trailing '.rb' on files when comparin...Nicholas Seckar2005-11-102-1/+3
* Update docs for AR::Base#clone.Jeremy Kemper2005-11-101-1/+5
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-105-3/+19
* Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.Jeremy Kemper2005-11-102-1/+3
* Better svn status matching for generators. Closes #2814.Jeremy Kemper2005-11-102-1/+8
* Make sure the acts_as_list_class is resolved relative to the global namespaceJamis Buck2005-11-101-1/+1
* This does not need to be thread local (thanks skaes).Scott Barron2005-11-101-2/+2
* Disabled stderr suppressing until activesupport is available also in non-gem ...David Heinemeier Hansson2005-11-101-1/+1
* Don't reload routes until plugins have been loaded so they have a chance to e...David Heinemeier Hansson2005-11-102-1/+5
* Don't cast nil or empty strings to a dummy date. Closes #2789.Jeremy Kemper2005-11-102-0/+3
* Expand tabs and strip trailing whitespace.Jeremy Kemper2005-11-101-177/+171
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-105-12/+196
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-103-10/+40
* Fix sqlite adaptor's detection of missing dbfile or database declarationNicholas Seckar2005-11-102-1/+3
* Don't detach or fork for script/server tailingNicholas Seckar2005-11-092-19/+21
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-094-4/+12
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...David Heinemeier Hansson2005-11-0917-20/+20
* Include all of session creation in stale_session_checkJeremy Kemper2005-11-091-6/+8
* Another word on precedence (closes #2790)David Heinemeier Hansson2005-11-091-0/+2
* Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "...David Heinemeier Hansson2005-11-093-3/+9
* Increase criticality in comment for ENV["RAILS_ENV"]David Heinemeier Hansson2005-11-091-1/+1
* assert_tag uses exact matches for string conditions, instead of partial match...Jamis Buck2005-11-092-1/+3
* Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...David Heinemeier Hansson2005-11-095-8/+33
* Allow capital letters in the email address in the the validates_format_of exa...Florian Weber2005-11-091-1/+1
* Added note about precedence (closes #2790)David Heinemeier Hansson2005-11-093-0/+6
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-094-324/+94
* Delete existing sessions with the same session id before creating a new sessi...Jeremy Kemper2005-11-091-27/+42
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-093-0/+19
* CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...Jeremy Kemper2005-11-094-44/+61
* Correct handling of complex order clauses with SQL Server limit emulation. C...Jeremy Kemper2005-11-083-1/+13