| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s... | Jeremy Kemper | 2007-12-19 | 1 | -1/+1 |
* | Ruby 1.9 compat: check column type more carefully | Jeremy Kemper | 2007-12-19 | 3 | -11/+21 |
* | RubyGems 0.9.5 compat: always set the gem platform | Jeremy Kemper | 2007-12-19 | 4 | -0/+4 |
* | Ruby 1.9 compat: use .to_a instead of .map which now returns an enumerator | Jeremy Kemper | 2007-12-19 | 1 | -1/+1 |
* | Simplify some rails info methods | Jeremy Kemper | 2007-12-19 | 1 | -13/+13 |
* | Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546. | Jeremy Kemper | 2007-12-19 | 2 | -5/+7 |
* | Missed commit. References #10554. | Jeremy Kemper | 2007-12-18 | 1 | -0/+17 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 11 | -28/+22 |
* | Toplevel test task uses the same rake it was invoked with | Jeremy Kemper | 2007-12-18 | 1 | -1/+1 |
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 8 | -12/+18 |
* | Added delete_via_redirect and put_via_redirect to integration testing (closes... | David Heinemeier Hansson | 2007-12-17 | 3 | -24/+62 |
* | Docfix (closes #10369) [revans] | David Heinemeier Hansson | 2007-12-17 | 1 | -1/+17 |
* | Fix rdoc task name (closes #10392) [murphy] | David Heinemeier Hansson | 2007-12-17 | 1 | -1/+1 |
* | Allow headers[Accept] to be set by hand when calling xml_http_request (closes... | David Heinemeier Hansson | 2007-12-17 | 3 | -1/+12 |
* | Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway] | David Heinemeier Hansson | 2007-12-17 | 3 | -2/+4 |
* | Docfix (closes #10493) | David Heinemeier Hansson | 2007-12-16 | 1 | -2/+2 |
* | Fix doc (closes #10526) | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Add tests for html_escape, and remove an unneeded backslash (closes #10511) [... | David Heinemeier Hansson | 2007-12-16 | 2 | -1/+57 |
* | Added option to pass proc to ActionController::Base.asset_host for maximum co... | David Heinemeier Hansson | 2007-12-16 | 3 | -11/+84 |
* | Proper attribution in CHANGELOG | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 16 | -19/+24 |
* | Doc fixing | David Heinemeier Hansson | 2007-12-16 | 2 | -2/+2 |
* | Changed the default database from mysql to sqlite3, so now running "rails mya... | David Heinemeier Hansson | 2007-12-16 | 2 | -1/+3 |
* | Turned on ActionView::Base.cache_template_loading by default in config/enviro... | David Heinemeier Hansson | 2007-12-16 | 3 | -6/+7 |
* | Update changelog for Ruby 1.9 compat patches | Jeremy Kemper | 2007-12-15 | 1 | -1/+1 |
* | Revert const_missing bypass in favor of Duration constant lookup tweak | Jeremy Kemper | 2007-12-15 | 3 | -6/+3 |
* | More changelog updates | Jeremy Kemper | 2007-12-15 | 4 | -11/+11 |
* | Mark that render tests crash Ruby 1.9 | Jeremy Kemper | 2007-12-15 | 1 | -0/+1 |
* | Ruby 1.9 compat: helpers | Jeremy Kemper | 2007-12-15 | 2 | -7/+10 |
* | Note that filters test crashes Ruby 1.9 | Jeremy Kemper | 2007-12-15 | 1 | -0/+1 |
* | Ruby 1.9 compat: account for new, non-flattening Array#to_s | Jeremy Kemper | 2007-12-15 | 2 | -4/+4 |
* | Fixes for standalone tests | Jeremy Kemper | 2007-12-15 | 2 | -3/+10 |
* | Ruby 1.9 compat: cookies | Jeremy Kemper | 2007-12-15 | 2 | -9/+5 |
* | Ruby 1.9 compat: use String#ord to escape filenames for compiled method names | Jeremy Kemper | 2007-12-15 | 1 | -2/+2 |
* | Ruby 1.9 compat: 'a'.ord == 'a'[0] | Jeremy Kemper | 2007-12-15 | 2 | -2/+12 |
* | Ruby 1.9 compat: shadowed vars, kcode | Jeremy Kemper | 2007-12-15 | 4 | -12/+34 |
* | Remove missing default helper warnings | Jeremy Kemper | 2007-12-15 | 1 | -2/+0 |
* | Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec... | Jeremy Kemper | 2007-12-15 | 3 | -1/+14 |
* | Ruby 1.9 compat: define Duration#== [chuyeow] | Jeremy Kemper | 2007-12-15 | 3 | -27/+35 |
* | Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting... | Jeremy Kemper | 2007-12-15 | 3 | -8/+14 |
* | Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c... | Jeremy Kemper | 2007-12-15 | 5 | -9/+29 |
* | Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co... | Jeremy Kemper | 2007-12-15 | 1 | -7/+12 |
* | Ensure optimistic locking handles nil #lock_version values properly. Closes ... | Rick Olson | 2007-12-15 | 3 | -1/+12 |
* | Make the Fixtures Test::Unit enhancements more supporting for double-loaded t... | Rick Olson | 2007-12-15 | 3 | -2/+31 |
* | Added more specific exceptions for 400, 401, and 403 (all descending from Cli... | David Heinemeier Hansson | 2007-12-14 | 3 | -1/+27 |
* | We love whitespace | David Heinemeier Hansson | 2007-12-14 | 1 | -0/+1 |
* | Fixed that local database creation should consider 127.0.0.1 local (closes #9... | David Heinemeier Hansson | 2007-12-14 | 2 | -1/+3 |
* | Docfix (closes #10429) [jamesh/ssoroka] | David Heinemeier Hansson | 2007-12-14 | 1 | -9/+8 |
* | Fixed that functional tests generated for scaffolds should use fixture calls ... | David Heinemeier Hansson | 2007-12-14 | 2 | -4/+6 |
* | Fixed that ActionView#file_exists? would be incorrect if @first_render is set... | David Heinemeier Hansson | 2007-12-14 | 3 | -1/+21 |