| Commit message (Expand) | Author | Age | Files | Lines |
* | Ruby 1.9 compat: anonymous class name is nil not '' now | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Ruby 1.9 compat: anonymous class name is nil not '' now | Jeremy Kemper | 2008-04-01 | 1 | -5/+5 |
* | force_encoding to ascii-8bit instead of nil | Jeremy Kemper | 2008-04-01 | 1 | -20/+18 |
* | PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n... | Jeremy Kemper | 2008-04-01 | 1 | -18/+26 |
* | PostgreSQL: create_ and drop_database support. Closes #9042. | Jeremy Kemper | 2008-04-01 | 3 | -0/+70 |
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*... | Pratik Naik | 2008-04-01 | 2 | -0/+18 |
* | Remove unnecessary arguments. References #11491. | Pratik Naik | 2008-04-01 | 1 | -4/+4 |
* | Missed adds. References #11491. | Jeremy Kemper | 2008-04-01 | 2 | -0/+2 |
* | Support render :partial => collection of heterogeneous elements. Closes #11491. | Jeremy Kemper | 2008-04-01 | 5 | -10/+63 |
* | Update generator tests. Closes #11487 [thechrisoshow] | Jeremy Kemper | 2008-04-01 | 6 | -159/+163 |
* | Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow] | Jeremy Kemper | 2008-04-01 | 1 | -4/+19 |
* | Move it around a bit | David Heinemeier Hansson | 2008-04-01 | 2 | -79/+64 |
* | Splitting them up first | David Heinemeier Hansson | 2008-04-01 | 12 | -585/+644 |
* | Deprecate some more legacy | David Heinemeier Hansson | 2008-03-31 | 1 | -45/+19 |
* | Something more to work with | David Heinemeier Hansson | 2008-03-31 | 3 | -1/+804 |
* | Fixed charset/collation for rake db:create (closes #11331) [matt] | David Heinemeier Hansson | 2008-03-31 | 1 | -2/+2 |
* | Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik... | Pratik Naik | 2008-03-31 | 3 | -6/+20 |
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 3 | -1/+34 |
* | Bump bundled tmail to r242 | Jeremy Kemper | 2008-03-31 | 3 | -10/+10 |
* | Ruby 1.9 compat: mark utf-8 encoding. | Jeremy Kemper | 2008-03-31 | 1 | -0/+1 |
* | Ruby 1.9 compat: use Array() instead of #to_a. | Jeremy Kemper | 2008-03-31 | 1 | -1/+1 |
* | rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb | Jeremy Kemper | 2008-03-31 | 2 | -1/+1 |
* | Force timestamp update | Jeremy Kemper | 2008-03-31 | 1 | -0/+1 |
* | Fine, warn. Just don't recurse to death in cc.rb | Jeremy Kemper | 2008-03-31 | 1 | -1/+1 |
* | Fix case-sensitive validates_uniqueness_of. Closes #11366 [miloops] | Jeremy Kemper | 2008-03-31 | 2 | -19/+61 |
* | Partial updates play nice with updated_at/on timestamps | Jeremy Kemper | 2008-03-31 | 3 | -3/+9 |
* | Add :message option to validates_numericality_of. Closes #11456 [miloops, mde... | Jeremy Kemper | 2008-03-31 | 2 | -1/+17 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 13 | -34/+112 |
* | Add query methods for superclass_delegating_reader | Jeremy Kemper | 2008-03-31 | 2 | -5/+21 |
* | Always alias DateTime#to_s to #to_default_s | Jeremy Kemper | 2008-03-31 | 1 | -1/+1 |
* | require fileutils | Jeremy Kemper | 2008-03-31 | 1 | -0/+1 |
* | TZInfo: Removing unneeded TimezoneProxy class | Geoff Buesing | 2008-03-30 | 4 | -87/+4 |
* | TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including ... | Geoff Buesing | 2008-03-30 | 3 | -73/+3 |
* | Handle exit, reload, and restart immediately if not processing a request. Ref... | Jeremy Kemper | 2008-03-30 | 1 | -16/+32 |
* | Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ... | Geoff Buesing | 2008-03-30 | 8 | -693/+672 |
* | Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d... | Geoff Buesing | 2008-03-30 | 143 | -82/+16103 |
* | whoops, typo in the CHANGELOG | Rick Olson | 2008-03-30 | 2 | -4/+4 |
* | Ruby 1.9: mark failing assertion | Jeremy Kemper | 2008-03-30 | 1 | -0/+1 |
* | Ruby 1.9 compat. Trailing whitespace. | Jeremy Kemper | 2008-03-30 | 1 | -29/+28 |
* | Don't shadow attrs var | Jeremy Kemper | 2008-03-30 | 1 | -2/+2 |
* | Merge in latest tmail trunk r241 | Jeremy Kemper | 2008-03-30 | 24 | -193/+534 |
* | Don't need to explicitly pass the same params to super. Remove trailing white... | Jeremy Kemper | 2008-03-30 | 1 | -62/+60 |
* | Ruby 1.9 compat: Suppress Benchmark.realtime method redefined warning. | Josh Peek | 2008-03-30 | 1 | -3/+3 |
* | Small tweak to allow plugins to specify gem dependencies. [rick] | Rick Olson | 2008-03-30 | 3 | -1/+21 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 5 | -2/+231 |
* | Dirty typecasts attribute values before comparison, if possible. Closes #1146... | Jeremy Kemper | 2008-03-29 | 2 | -63/+65 |
* | Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9. | Josh Peek | 2008-03-29 | 1 | -2/+4 |
* | Play nice with 1.9's DateTime#to_s | Jeremy Kemper | 2008-03-29 | 2 | -2/+3 |
* | Ensure threads finish running for time zone thread safety test. | Josh Peek | 2008-03-29 | 1 | -2/+4 |
* | Removed the default .htaccess configuration as there are so many good deploym... | David Heinemeier Hansson | 2008-03-29 | 5 | -23/+58 |