Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #13832 from kassio/setup-for-raise-missing-translations | Rafael Mendonça França | 2014-01-27 | 7 | -4/+33 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Rails config for raise on missing translations | Kassio Borges | 2014-01-27 | 7 | -4/+33 | |
* | | | | | | | | | | | Clear filtered request attributes between requests in tests | Andrew White | 2014-01-27 | 4 | -0/+29 | |
* | | | | | | | | | | | docs, remove deprecation entry in favor of abe6484. [ci skip] | Yves Senn | 2014-01-27 | 1 | -5/+0 | |
* | | | | | | | | | | | Fix doc markup of clear_validators! | Carlos Antonio da Silva | 2014-01-27 | 1 | -2/+2 | |
* | | | | | | | | | | | Use the new clear_validators! api to reset validators in tests | Carlos Antonio da Silva | 2014-01-27 | 16 | -42/+33 | |
* | | | | | | | | | | | Merge tests about multiple validation contexts | Carlos Antonio da Silva | 2014-01-27 | 1 | -10/+6 | |
* | | | | | | | | | | | mention #13314 in 4.1 release notes. refs #12140. [ci skip] | Yves Senn | 2014-01-27 | 1 | -0/+3 | |
* | | | | | | | | | | | Merge pull request #13754 from vpuzzella/master | Carlos Antonio da Silva | 2014-01-27 | 3 | -5/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Ability to specify multiple contexts when defining a validation. | Vince Puzzella | 2014-01-27 | 3 | -5/+45 | |
* | | | | | | | | | | | Merge pull request #13848 from huoxito/tell-value | Carlos Antonio da Silva | 2014-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Display value when raising due to unscope() issues | Washington Luiz | 2014-01-27 | 1 | -1/+1 | |
* | | | | | | | | | | | docs, clarify usage of `action_mailer.default_options`. [ci skip]. Closes #13... | Yves Senn | 2014-01-27 | 1 | -4/+12 | |
* | | | | | | | | | | | Merge pull request #13849 from fgo/patch-12 | Guillermo Iguaran | 2014-01-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Ruby on Rails 4.1 Release Notes: Fix spelling [ci skip] | Francis Go | 2014-01-27 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Make ActiveSupport::TimeWithZone#xmlschema consistent | Andrew White | 2014-01-26 | 2 | -2/+6 | |
* | | | | | | | | | | Add support for JSON time_precision to Time and DateTime | Andrew White | 2014-01-26 | 4 | -7/+25 | |
* | | | | | | | | | | Add CHANGELOG entry for #11464 | Andrew White | 2014-01-26 | 1 | -0/+9 | |
* | | | | | | | | | | Rename subsecond_fraction_digits option to time_precision | Andrew White | 2014-01-26 | 4 | -8/+10 | |
* | | | | | | | | | | Consolidate JSON encoding tests in one file | Andrew White | 2014-01-26 | 2 | -46/+48 | |
* | | | | | | | | | | Customize subsecond digits when encoding DateWithTime | Parker Selbert | 2014-01-26 | 3 | -9/+30 | |
* | | | | | | | | | | adds a section about booleans in the API guidelines [ci skip] | Xavier Noria | 2014-01-26 | 1 | -0/+47 | |
* | | | | | | | | | | API guidelines: revises warning about +...+ [ci skip] | Xavier Noria | 2014-01-26 | 1 | -1/+4 | |
* | | | | | | | | | | revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ... | Xavier Noria | 2014-01-26 | 10 | -26/+12 | |
* | | | | | | | | | | Merge pull request #13846 from gsaks123/patch-1 | Robin Dupret | 2014-01-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix order syntax in find_by_sql example | Greg Saks | 2014-01-26 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Maintain current timezone when changing time during DST overlap | Andrew White | 2014-01-26 | 4 | -3/+30 | |
* | | | | | | | | | Remove an extra comment [ci skip] | Robin Dupret | 2014-01-26 | 1 | -1/+0 | |
* | | | | | | | | | Support underscored symbols in Action Mailer config | Andrew White | 2014-01-26 | 3 | -5/+37 | |
* | | | | | | | | | Don't use a class_attribute for ActionMailer::Base.preview_path | Andrew White | 2014-01-26 | 2 | -7/+3 | |
* | | | | | | | | | Add the ability to intercept emails before previewing | Andrew White | 2014-01-26 | 4 | -5/+109 | |
* | | | | | | | | | Merge pull request #13844 from Alamoz/config_grammar | Godfrey Chan | 2014-01-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Correct grammar from '... allowing both thread web servers ...' to '... allow... | Adrien Lamothe | 2014-01-25 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13841 from robin850/patch-15 | Guillermo Iguaran | 2014-01-25 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add a missing changelog entry for #13825 [ci skip] | Robin Dupret | 2014-01-25 | 1 | -0/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Add additional tests for #13824 | Andrew White | 2014-01-25 | 1 | -0/+26 | |
* | | | | | | | | Transform dashes to underscores in resource route names | Byron Bischoff | 2014-01-25 | 2 | -7/+17 | |
* | | | | | | | | Merge pull request #13772 from chancancode/fix_has_secure_password_for_good | Godfrey Chan | 2014-01-24 | 4 | -81/+132 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Some minor fixes | Godfrey Chan | 2014-01-24 | 2 | -3/+2 | |
| * | | | | | | | | Removed old tests | Godfrey Chan | 2014-01-24 | 3 | -250/+121 | |
| * | | | | | | | | Got all the new tests passing | Godfrey Chan | 2014-01-24 | 1 | -10/+8 | |
| * | | | | | | | | Restored the ability to clear the password with user.password= nil (see the d... | Godfrey Chan | 2014-01-24 | 1 | -1/+3 | |
| * | | | | | | | | Rewrote the tests for has_secure_password | Godfrey Chan | 2014-01-24 | 3 | -2/+183 | |
* | | | | | | | | | Merge pull request #13835 from frodsan/remove_unused_argument | Guillermo Iguaran | 2014-01-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove unused argument. | Francesco Rodriguez | 2014-01-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #13785 from kuldeepaggarwal/fix-find_with_multiple_ids | Yves Senn | 2014-01-24 | 2 | -9/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `ActiveRecord::RecordNotFound` error message with custom primary key | Kuldeep Aggarwal | 2014-01-25 | 2 | -9/+26 | |
* | | | | | | | | | Merge pull request #13829 from qsymmachus/improve_validates_with_example | Rafael Mendonça França | 2014-01-24 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Reordered classes in AR Validation #validates_with example [ci skip] | John Olmsted & Strand McCutchen | 2014-01-24 | 1 | -8/+8 | |
* | | | | | | | | | | Add a test-case for GH #13825 | Guillermo Iguaran | 2014-01-24 | 1 | -2/+8 | |
|/ / / / / / / / / |