| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Generated tests rely on test dir in load path rather than File.dirname shenan... | Jeremy Kemper | 2008-03-29 | 7 | -7/+7 |
* | Update welcome screen with revised instructions and removal of dead links | David Heinemeier Hansson | 2008-03-29 | 2 | -9/+6 |
* | Space at the bottom feels better | David Heinemeier Hansson | 2008-03-29 | 1 | -1/+1 |
* | Removed outdated scaffold from template | David Heinemeier Hansson | 2008-03-29 | 1 | -3/+0 |
* | Fixed that validates_size_of :within works in associations (closes #11295, #1... | David Heinemeier Hansson | 2008-03-29 | 3 | -7/+21 |
* | Revert spurious commit from [9126] | Jeremy Kemper | 2008-03-29 | 1 | -6/+4 |
* | Track changes to unsaved attributes | Jeremy Kemper | 2008-03-29 | 4 | -0/+201 |
* | Fix new migration versions | David Heinemeier Hansson | 2008-03-28 | 3 | -5/+10 |
* | Avoid remote_ip spoofing | Jeremy Kemper | 2008-03-28 | 3 | -15/+53 |
* | Inspect options hashes in RenderError message so it's actually readable. Clos... | Jeremy Kemper | 2008-03-28 | 1 | -2/+2 |
* | Switched to UTC-timebased version numbers for migrations and the schema. This... | David Heinemeier Hansson | 2008-03-28 | 7 | -91/+150 |
* | Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow] | Jeremy Kemper | 2008-03-28 | 2 | -0/+72 |
* | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] | Jeremy Kemper | 2008-03-28 | 5 | -6/+30 |
* | Missing :js template falls back to :html, so you don't have to explicitly spe... | Jeremy Kemper | 2008-03-28 | 2 | -4/+37 |
* | Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos... | Jeremy Kemper | 2008-03-28 | 2 | -3/+3 |
* | Add missing file | David Heinemeier Hansson | 2008-03-28 | 1 | -0/+10 |
* | Update doc (closes #11402) | David Heinemeier Hansson | 2008-03-28 | 1 | -2/+1 |
* | Added support for regexp flags like ignoring case in the :requirements part o... | David Heinemeier Hansson | 2008-03-28 | 6 | -7/+190 |
* | Fixed that to_param should be used and honored instead of hardcoding the id (... | David Heinemeier Hansson | 2008-03-28 | 3 | -32/+112 |
* | Fixed that ActionController::Base#read_multipart would fail if boundary was e... | David Heinemeier Hansson | 2008-03-28 | 3 | -2/+22 |
* | Fixed that no gems installed would cause error (closes #11459) [thechrisoshow] | David Heinemeier Hansson | 2008-03-28 | 1 | -1/+1 |
* | Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t... | David Heinemeier Hansson | 2008-03-28 | 3 | -1/+10 |
* | Fixed that has_many :through would ignore the hash conditions (closes #11447)... | David Heinemeier Hansson | 2008-03-28 | 4 | -2/+26 |
* | Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh... | Pratik Naik | 2008-03-28 | 5 | -4/+19 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 5 | -2/+17 |
* | Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re... | Geoff Buesing | 2008-03-28 | 5 | -4/+55 |
* | TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec... | Geoff Buesing | 2008-03-28 | 3 | -12/+16 |
* | TimeWithZone#usec returns 0 instead of error when DateTime is wrapped | Geoff Buesing | 2008-03-28 | 3 | -1/+14 |
* | Rails::Initializer#initialize_time_zone raises an error if value assigned to ... | Geoff Buesing | 2008-03-28 | 3 | -4/+13 |
* | Stop adding the antiquated test/mocks/* directories and only add them to the ... | David Heinemeier Hansson | 2008-03-27 | 3 | -3/+6 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 5 | -2/+67 |
* | Missing test data | David Heinemeier Hansson | 2008-03-27 | 4 | -0/+5 |
* | Fixed that a return-path header would be ignored (closes #7572) [joost] | David Heinemeier Hansson | 2008-03-27 | 2 | -2/+10 |