aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure render_to_string cleans up after itself when an exception is raised. C...Jeremy Kemper2006-11-203-4/+52
* validates_numericality_of uses \A \Z to ensure the entire string matches rath...Jeremy Kemper2006-11-203-15/+26
* Run validations in the order they were declared. Closes #6657.Jeremy Kemper2006-11-203-8/+19
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-203-5/+48
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-204-4/+41
* Test session table pluralization. Closes #6459.Jeremy Kemper2006-11-201-7/+17
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-1910-30/+322
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-192-4/+6
* Starting, not started yetDavid Heinemeier Hansson2006-11-191-1/+1
* Make script/server work with -d and -e on MongrelDavid Heinemeier Hansson2006-11-191-41/+32
* Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...Rick Olson2006-11-192-1/+11
* Add custom mime type file for mongrel. config/mime.yml is added with generat...Rick Olson2006-11-192-0/+3
* Scaffold resource should have both a layout and a stylesheet [DHH]David Heinemeier Hansson2006-11-196-1/+104
* Simplify association proxy implementation by factoring construct_scope out of...Jeremy Kemper2006-11-194-30/+25
* Migration benchmark wrappers use alias_method_chain. Closes #6456.Jeremy Kemper2006-11-191-5/+4
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-193-11/+15
* Update Prototype in trunk to [5550]Thomas Fuchs2006-11-174-0/+52
* Reuse named route helper module between Routing reloads to prevent memory leaks.Nicholas Seckar2006-11-172-1/+7
* Improve readability.Jeremy Kemper2006-11-171-8/+11
* Grep slightly faster than select =~Jeremy Kemper2006-11-171-2/+2
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-175-7/+10
* Template errors: fix strange deprecation warnings on e.g. @flash.inspect, rem...Jeremy Kemper2006-11-171-42/+66
* Test autoloading nested subclass of parent.Jeremy Kemper2006-11-163-0/+13
* Use attr_accessor_with_default to dry up attribute initialization. References...Marcel Molina2006-11-162-25/+6
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-164-0/+64
* Deprecate standalone components.Jeremy Kemper2006-11-163-1/+7
* Handle failed caller parsing, factor out deprecation caller message.Jeremy Kemper2006-11-161-3/+17
* Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.Jeremy Kemper2006-11-162-21/+23
* ARStore needs a data reader method. Closes #4795.Jeremy Kemper2006-11-151-0/+2
* Remove dead abort_tests method.Jeremy Kemper2006-11-151-9/+0
* assert_select_rjs :removeJeremy Kemper2006-11-153-7/+44
* Fix failing test fallback when neither SQLite 2 or 3 is available.Jeremy Kemper2006-11-151-3/+3
* Fix end of dayDavid Heinemeier Hansson2006-11-141-1/+1
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-143-1/+14
* Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...Jeremy Kemper2006-11-144-4/+25
* Update Oracle performance credits.Jeremy Kemper2006-11-141-1/+1
* Make sure that exceptions which are thrown outside of the user code try their...Tobias Lütke2006-11-132-1/+4
* Oracle: automatically detect the primary key. Closes #6594.Jeremy Kemper2006-11-133-5/+26
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-136-13/+87
* Oracle: to increase performance, prefetch 100 rows and enable similar cursor ...Jeremy Kemper2006-11-133-3/+18
* Rails::VERSION::STRING on trunk is 1.2.0Jeremy Kemper2006-11-131-2/+2
* Rails::VERSION::STRING should always be available. Closes #6244.Jeremy Kemper2006-11-132-73/+81
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-133-2/+26
* test controller rescuesJeremy Kemper2006-11-135-70/+306
* silence const_set warningJeremy Kemper2006-11-131-4/+7
* update_element_function is deprecatedJeremy Kemper2006-11-131-10/+12
* Update to Prototype 1.5.0_rc2Sam Stephenson2006-11-124-358/+482
* Added Time#end_of_day to get 23:59:59 of that day [DHH]David Heinemeier Hansson2006-11-122-0/+7
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-112-10/+26
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-112-8/+3