aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap arrayJeremy Kemper2008-04-012-2/+5
* Ruby 1.9 compat: proc arityJeremy Kemper2008-04-011-4/+4
* style & whitespaceJeremy Kemper2008-04-011-8/+4
* Ruby 1.9 compat: don't confuse with headers method callJeremy Kemper2008-04-011-3/+3
* Ruby 1.9: no args is 0 arity, not -1 as in 1.8Jeremy Kemper2008-04-011-2/+2
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-5/+5
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...Jeremy Kemper2008-04-011-18/+26
* PostgreSQL: create_ and drop_database support. Closes #9042.Jeremy Kemper2008-04-013-0/+70
* Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*...Pratik Naik2008-04-012-0/+18
* 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