| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ... | Geoff Buesing | 2008-04-04 | 3 | -2/+56 |
* | Update fcgi dispatcher test cases. Closes #11471 [guillaume] | Jeremy Kemper | 2008-04-03 | 1 | -7/+23 |
* | Bah, don't test TMail in AM | Jeremy Kemper | 2008-04-03 | 3 | -19/+0 |
* | Ruby 1.9 compat: compare with same encoding | Jeremy Kemper | 2008-04-03 | 2 | -11/+18 |
* | Ruby 1.9 compat: ascii encoding for quoted-printable regexps | Jeremy Kemper | 2008-04-03 | 1 | -0/+2 |
* | missed an added file | Rick Olson | 2008-04-02 | 2 | -1/+21 |
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na... | Rick Olson | 2008-04-02 | 4 | -8/+40 |
* | TimeWithZone: Adding tests for dst and leap day edge cases when advancing time | Geoff Buesing | 2008-04-02 | 2 | -0/+37 |
* | Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546 | Pratik Naik | 2008-04-02 | 4 | -1/+26 |
* | Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik] | Pratik Naik | 2008-04-02 | 1 | -2/+4 |
* | Revert [9209] Use Hash#except | Pratik Naik | 2008-04-02 | 3 | -50/+0 |
* | Adding Hash#without Closes #7369 [eventualbuddha] | Pratik Naik | 2008-04-02 | 3 | -0/+50 |
* | TimeWithZone#method_missing: send to utc to advance with dst correctness, oth... | Geoff Buesing | 2008-04-02 | 3 | -18/+72 |
* | spell check | Rick Olson | 2008-04-01 | 1 | -1/+1 |
* | Add config.active_support for future configuration options. Also, add more n... | Rick Olson | 2008-04-01 | 3 | -0/+15 |
* | Add config.active_support.use_standard_json_time_format setting so that Times... | Rick Olson | 2008-04-01 | 6 | -6/+31 |
* | Tweak ActiveRecord::Base#to_json to include a root value in the returned hash... | Rick Olson | 2008-04-01 | 3 | -1/+47 |
* | Use class << self | David Heinemeier Hansson | 2008-04-01 | 1 | -18/+20 |
* | Add efficient #include? to AssociationCollection (for has_many/has_many :thro... | Rick Olson | 2008-04-01 | 5 | -1/+98 |
* | gems should be specified before plugins | David Heinemeier Hansson | 2008-04-01 | 1 | -5/+5 |
* | Added examples for config.gem | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+6 |
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 5 | -3/+26 |
* | Partial updates off by default | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Ruby 1.9 compat: toplevel AS reference within BasicObject | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Ruby 1.9 compat: encoding and multibyte test fixes | Jeremy Kemper | 2008-04-01 | 3 | -28/+28 |
* | Ruby 1.9 compat: force encoding for binary comparison tests | Jeremy Kemper | 2008-04-01 | 2 | -2/+6 |
* | Ruby 1.9 compat: work around YAML serialization error exposed by validations ... | Jeremy Kemper | 2008-04-01 | 2 | -20/+20 |
* | Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array | Jeremy Kemper | 2008-04-01 | 2 | -2/+5 |
* | Ruby 1.9 compat: proc arity | Jeremy Kemper | 2008-04-01 | 1 | -4/+4 |
* | style & whitespace | Jeremy Kemper | 2008-04-01 | 1 | -8/+4 |
* | Ruby 1.9 compat: don't confuse with headers method call | Jeremy Kemper | 2008-04-01 | 1 | -3/+3 |
* | Ruby 1.9: no args is 0 arity, not -1 as in 1.8 | Jeremy Kemper | 2008-04-01 | 1 | -2/+2 |
* | 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 |