Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa... | Rafael Mendonça França | 2014-07-15 | 4 | -6/+42 | |
* | | | | | | | Add CHANGELOG entry for #13392 [ci skip] | Rafael Mendonça França | 2014-07-15 | 1 | -0/+7 | |
* | | | | | | | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 10 | -21/+140 | |
* | | | | | | | Deprecate reporting methods for silencing output as they aren't thread safe | Tom Meier | 2014-07-15 | 1 | -0/+10 | |
* | | | | | | | Merge pull request #16129 from rafaelfranca/config_for | Rafael Mendonça França | 2014-07-15 | 3 | -0/+134 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 3 | -0/+134 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'master' of git://github.com/rails/rails | Godfrey Chan | 2014-07-15 | 4 | -6/+24 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'jbrowning-fix_mariadb_rename_index' | Rafael Mendonça França | 2014-07-15 | 4 | -6/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Predicate methods don't need to return `true` / `false` | Rafael Mendonça França | 2014-07-15 | 1 | -1/+1 | |
| | * | | | | | | Fix version detection for RENAME INDEX support. Fixes #15931. | Jeff Browning | 2014-07-15 | 4 | -6/+24 | |
* | | | | | | | | Document the change in `nil` handling for serialized attributes | Godfrey Chan | 2014-07-15 | 2 | -9/+17 | |
* | | | | | | | | Fixed SQL syntax for postgresql | Godfrey Chan | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #16162 from chancancode/fix_json_coder | Godfrey Chan | 2014-07-15 | 2 | -1/+19 | |
* | | | | | | | | Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"" | Godfrey Chan | 2014-07-15 | 5 | -2/+76 | |
|/ / / / / / / | ||||||
* / / / / / / | Add CHANGELOG entry for #15266 | Godfrey Chan | 2014-07-15 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #15266 from dv/use_counter_cache_for_empty_call | Godfrey Chan | 2014-07-15 | 2 | -0/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | If a counter_cache exists, use it for #empty? | David Verhasselt | 2014-06-10 | 2 | -0/+15 | |
* | | | | | | | Merge pull request #16142 from andreychernih/extend-server-options | Rafael Mendonça França | 2014-07-15 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add ability to extend `rails server` command options parser | Andrey Chernih | 2014-07-11 | 1 | -7/+11 | |
* | | | | | | | | Merge pull request #16175 from skorks/log_digestor_as_debug | Rafael Mendonça França | 2014-07-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Log digest as :debug instead of :info | Alan Skorkin | 2014-07-15 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #16161 from jpawlyn/master | Andrew White | 2014-07-15 | 3 | -1/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Return an absolute instead of relative path from an asset url in the case of ... | Jolyon Pawlyn | 2014-07-15 | 3 | -1/+14 | |
* | | | | | | | | | Merge pull request #16174 from tgxworld/doc_fix | Zachary Scott | 2014-07-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [CI SKIP] Doc fix. | Guo Xiang Tan | 2014-07-15 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16089 from eileencodes/refactor-reflections-from-sub-clas... | Aaron Patterson | 2014-07-14 | 3 | -101/+158 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Begin refactoring ThroughReflection | eileencodes | 2014-07-08 | 3 | -101/+158 | |
* | | | | | | | | | Merge pull request #16168 from greysteil/stash-path-info | Matthew Draper | 2014-07-14 | 3 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Stash original path in `ShowExceptions` middleware | Grey Baker | 2014-07-14 | 3 | -2/+15 | |
* | | | | | | | | | | Merge pull request #16167 from yahonda/ora972_faces | Matthew Draper | 2014-07-14 | 3 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Address ORA-00972: identifier is too long when tested with Oracle | Yasuo Honda | 2014-07-14 | 3 | -4/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16127 from Envek/fix_16111 | Matthew Draper | 2014-07-14 | 3 | -1/+32 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Dump PostgreSQL primary key with custom function as a default. | Andrey Novikov | 2014-07-11 | 3 | -1/+32 | |
* | | | | | | | | | | Merge pull request #16156 from mechanicles/document-improvement | Zachary Scott | 2014-07-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Little bit doc code improvement. | Santosh Wadghule | 2014-07-14 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Format pass on 4.2 release notes [ci skip] | Godfrey Chan | 2014-07-13 | 1 | -157/+163 | |
* | | | | | | | | | | Merge pull request #16155 from mechanicles/fix-typos | Zachary Scott | 2014-07-13 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 3 | -4/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16150 from sferik/fix-tests | Matthew Draper | 2014-07-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix tests broken in https://github.com/rails/rails/pull/16149 | Erik Michaels-Ober | 2014-07-12 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16149 from sferik/refactor-transform_values | Guillermo Iguaran | 2014-07-12 | 4 | -2/+50 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Return an Enumerator if no block is given | Erik Michaels-Ober | 2014-07-12 | 4 | -1/+49 | |
| * | | | | | | | | Don't construct a Proc if no block is given | Erik Michaels-Ober | 2014-07-12 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16147 from seuros/templates | Matthew Draper | 2014-07-12 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [Bug report templates] Added rack master to the Gemfile | Abdelkader Boudih | 2014-07-12 | 2 | -0/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-07-12 | 1 | -113/+93 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix mismatched example call [ci skip] | Vijay Dev | 2014-07-12 | 1 | -2/+2 | |
| * | | | | | | | | Revert "[ci skip] Fix doc for except" | Vijay Dev | 2014-07-12 | 1 | -4/+5 | |
| * | | | | | | | | Prefer find_by over where.first for record | Gaurish Sharma | 2014-07-07 | 1 | -1/+1 | |
| * | | | | | | | | [ci skip] remove invalid code from docs | schneems | 2014-06-28 | 1 | -2/+0 |