aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary arguments. References #11491.Pratik Naik2008-04-011-4/+4
* Missed adds. References #11491.Jeremy Kemper2008-04-012-0/+2
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-015-10/+63
* Update generator tests. Closes #11487 [thechrisoshow]Jeremy Kemper2008-04-016-159/+163
* Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]Jeremy Kemper2008-04-011-4/+19
* Move it around a bitDavid Heinemeier Hansson2008-04-012-79/+64
* Splitting them up firstDavid Heinemeier Hansson2008-04-0112-585/+644
* Deprecate some more legacyDavid Heinemeier Hansson2008-03-311-45/+19
* Something more to work withDavid Heinemeier Hansson2008-03-313-1/+804
* Fixed charset/collation for rake db:create (closes #11331) [matt]David Heinemeier Hansson2008-03-311-2/+2
* Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...Pratik Naik2008-03-313-6/+20
* Allow files in plugins to be reloaded like the rest of the application. [rick]Rick Olson2008-03-313-1/+34
* Bump bundled tmail to r242Jeremy Kemper2008-03-313-10/+10
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* Ruby 1.9 compat: use Array() instead of #to_a.Jeremy Kemper2008-03-311-1/+1
* rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rbJeremy Kemper2008-03-312-1/+1
* Force timestamp updateJeremy Kemper2008-03-311-0/+1
* Fine, warn. Just don't recurse to death in cc.rbJeremy Kemper2008-03-311-1/+1
* Fix case-sensitive validates_uniqueness_of. Closes #11366 [miloops]Jeremy Kemper2008-03-312-19/+61
* Partial updates play nice with updated_at/on timestampsJeremy Kemper2008-03-313-3/+9
* Add :message option to validates_numericality_of. Closes #11456 [miloops, mde...Jeremy Kemper2008-03-312-1/+17
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-3113-34/+112
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-312-5/+21
* Always alias DateTime#to_s to #to_default_sJeremy Kemper2008-03-311-1/+1
* require fileutilsJeremy Kemper2008-03-311-0/+1
* TZInfo: Removing unneeded TimezoneProxy classGeoff Buesing2008-03-304-87/+4
* TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including ...Geoff Buesing2008-03-303-73/+3
* Handle exit, reload, and restart immediately if not processing a request. Ref...Jeremy Kemper2008-03-301-16/+32
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-308-693/+672
* Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d...Geoff Buesing2008-03-30143-82/+16103
* whoops, typo in the CHANGELOGRick Olson2008-03-302-4/+4
* Ruby 1.9: mark failing assertionJeremy Kemper2008-03-301-0/+1
* Ruby 1.9 compat. Trailing whitespace.Jeremy Kemper2008-03-301-29/+28
* Don't shadow attrs varJeremy Kemper2008-03-301-2/+2
* Merge in latest tmail trunk r241Jeremy Kemper2008-03-3024-193/+534
* Don't need to explicitly pass the same params to super. Remove trailing white...Jeremy Kemper2008-03-301-62/+60
* Ruby 1.9 compat: Suppress Benchmark.realtime method redefined warning.Josh Peek2008-03-301-3/+3
* Small tweak to allow plugins to specify gem dependencies. [rick]Rick Olson2008-03-303-1/+21
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-305-2/+231
* Dirty typecasts attribute values before comparison, if possible. Closes #1146...Jeremy Kemper2008-03-292-63/+65
* Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9.Josh Peek2008-03-291-2/+4
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-292-2/+3
* Ensure threads finish running for time zone thread safety test.Josh Peek2008-03-291-2/+4
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-295-23/+58
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-297-7/+7
* Update welcome screen with revised instructions and removal of dead linksDavid Heinemeier Hansson2008-03-292-9/+6
* Space at the bottom feels betterDavid Heinemeier Hansson2008-03-291-1/+1
* Removed outdated scaffold from templateDavid Heinemeier Hansson2008-03-291-3/+0
* Fixed that validates_size_of :within works in associations (closes #11295, #1...David Heinemeier Hansson2008-03-293-7/+21
* Revert spurious commit from [9126]Jeremy Kemper2008-03-291-6/+4