| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add json_escape ERB util to escape html entities in json strings that are out... | Rick Olson | 2008-04-08 | 3 | -14/+30 |
* | Don't require rails/gem_builder during rails initialization, it's only needed... | Rick Olson | 2008-04-08 | 5 | -7/+17 |
* | set ActiveSupport.escape_html_entities_in_json = false for new rails apps | Rick Olson | 2008-04-08 | 1 | -1/+5 |
* | Add config.active_support.escape_html_entities_in_json to allow disabling of ... | Rick Olson | 2008-04-08 | 5 | -4/+31 |
* | Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #... | Josh Peek | 2008-04-07 | 2 | -0/+7 |
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes... | Josh Peek | 2008-04-07 | 2 | -1/+3 |
* | Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo... | Pratik Naik | 2008-04-06 | 4 | -13/+106 |
* | Provide a helper proxy to access helper methods from outside views. Closes #1... | Josh Peek | 2008-04-06 | 3 | -0/+28 |
* | Split associations_test.rb into multiple files based on association type. [Pr... | Pratik Naik | 2008-04-06 | 7 | -2382/+2445 |
* | Ensure that save on parent object fails for invalid has_one association. Clos... | Pratik Naik | 2008-04-06 | 3 | -0/+27 |
* | Remove duplicate code from associations. [Pratik] | Pratik Naik | 2008-04-06 | 6 | -164/+72 |
* | Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ... | Pratik Naik | 2008-04-06 | 10 | -95/+301 |
* | Ensure HABTM#create and HABTM#build do not load entire association. [Pratik] | Pratik Naik | 2008-04-05 | 5 | -34/+48 |
* | Avoid modifying the sendmail_settings hash when using the return path. Closes... | Michael Koziarski | 2008-04-05 | 1 | -2/+3 |
* | Fix more typos and changelog | Pratik Naik | 2008-04-05 | 4 | -4/+4 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 30 | -115/+177 |
* | Replaced callback method evaluation in AssociationCollection class to use Act... | Josh Peek | 2008-04-04 | 4 | -32/+23 |
* | Make HABTM#create behave the same as << with after_add callbacks. Closes #11... | Michael Koziarski | 2008-04-04 | 2 | -4/+18 |
* | Don't double include DISTINCT when the user has already specified it. Closes... | Michael Koziarski | 2008-04-04 | 2 | -1/+8 |
* | Tiny change to allow AR based creation of TIME columns in sqlite. Closes #114... | Michael Koziarski | 2008-04-04 | 1 | -1/+1 |
* | 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 |