| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | Remove description of `dependency_loading` option | Nikolay Kondratyev | 2015-06-01 | 1 | -2/+0 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #20393 from yui-knk/fix/guide2 | Arun Agrawal | 2015-06-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | [ci skip] Fix `above` -> `below` | yui-knk | 2015-06-01 | 1 | -1/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #20392 from equiamos/equiamos-fix-typos-docs | Zachary Scott | 2015-05-31 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fixed typos. [ci skip] | Morgan Owens | 2015-05-31 | 1 | -5/+5 |
* | | | | | | | | | | Use `any?` rather than `present?` to check args | eileencodes | 2015-05-31 | 2 | -2/+2 |
|/ / / / / / / / / |
|
* | | | | | | | | | no rails command short-cuts in the getting-started guide. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 |
* | | | | | | | | | minor formatting changes in changelogs. [ci skip] | Yves Senn | 2015-05-31 | 2 | -7/+7 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Attempt to fix travis failures | Sean Griffin | 2015-05-30 | 1 | -0/+3 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 4 | -10/+37 |
* | | | | | | | Add docs and changelog entry for 73aab03 [ci skip] | Sean Griffin | 2015-05-30 | 2 | -1/+15 |
* | | | | | | | Merge pull request #20380 from kamipo/add_changelog_for_17654 | Eileen M. Uchitelle | 2015-05-30 | 1 | -0/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add CHANGELOG entry for #17654 [ci skip] | Ryuta Kamizono | 2015-05-30 | 1 | -0/+13 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #20378 from vngrs/fix_doc_of_match_method | Kasper Timm Hansen | 2015-05-30 | 1 | -3/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | match method doc fix [ci skip] | Mehmet Emin İNAÇ | 2015-05-30 | 1 | -3/+6 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #20375 from yoongkang/docfix | Claudio B. | 2015-05-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [ci skip] match without via is now deprecated | Yoong Kang Lim | 2015-05-30 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #20370 from manishspuri/master | Godfrey Chan | 2015-05-30 | 8 | -4/+56 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Add test to ensure tmp:clear works when tmp is missing | Yoong Kang Lim | 2015-05-30 | 1 | -0/+7 |
| * | | | | | | Generate a `.keep` file in `tmp` folder | Yoong Kang Lim | 2015-05-30 | 4 | -1/+37 |
| * | | | | | | `rake restart` should work without a `tmp` folder | Yoong Kang Lim | 2015-05-30 | 3 | -3/+12 |
|/ / / / / / |
|
* | | | | | | Require yaml for isolation test | Rafael Mendonça França | 2015-05-29 | 1 | -0/+1 |
* | | | | | | Merge pull request #20370 from manishspuri/master | Kasper Timm Hansen | 2015-05-29 | 2 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | formatting changes | unknown | 2015-05-29 | 2 | -5/+5 |
|/ / / / / / |
|
* | | | | | | Make the wording less confusing | Rafael Mendonça França | 2015-05-29 | 1 | -1/+1 |
* | | | | | | Merge pull request #20367 from manishspuri/master | Rafael Mendonça França | 2015-05-29 | 2 | -2/+2 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | minor text change | Manish Puri | 2015-05-29 | 1 | -1/+1 |
| * | | | | | Update inline_preview_interceptor.rb | Manish Puri | 2015-05-29 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #20365 from repinel/revert-19878-replace_alias_chains_with... | Rafael Mendonça França | 2015-05-29 | 5 | -79/+89 |
|\ \ \ \ \ |
|
| * | | | | | Revert "Replace use of alias chains with prepend at core_ext/date and core_ex... | Roque Pinel | 2015-05-29 | 5 | -79/+89 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #20366 from Gaurav2728/gaurav-mailer | Matthew Draper | 2015-05-30 | 1 | -1/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | not require mail file | Gaurav Sharma | 2015-05-29 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Merge pull request #20364 from ernie/update-serialize-docs | Sean Griffin | 2015-05-29 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | Update docs for ActiveRecord `serialize` | Ernie Miller | 2015-05-29 | 1 | -0/+9 |
|/ / / / |
|
* | | | | Merge pull request #20355 from segiddins/seg-bundler-1-10 | Santiago Pastorino | 2015-05-29 | 2 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Generate Bundler 1.10.1 lockfile | Samuel E. Giddins | 2015-05-28 | 1 | -0/+3 |
| * | | | | Revert "Use bundler < 1.10 until its bugs are fixed" | Samuel E. Giddins | 2015-05-28 | 1 | -1/+1 |
| * | | | | Revert "Uninstall bundler 1.10" | Samuel E. Giddins | 2015-05-28 | 1 | -1/+0 |
| * | | | | Revert "Force the uninstall" | Samuel E. Giddins | 2015-05-28 | 1 | -1/+1 |
* | | | | | Merge pull request #20358 from tgxworld/remove_code | Santiago Pastorino | 2015-05-29 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove unused code. | Guo Xiang Tan | 2015-05-29 | 1 | -2/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #20354 from arunagw/fix-warning-ambiguous-first-argument | Yves Senn | 2015-05-29 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix warning about ambiguous first argument | Arun Agrawal | 2015-05-29 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #19878 from pabloh/replace_alias_chains_with_prepend | Rafael Mendonça França | 2015-05-28 | 5 | -89/+79 |
|\ \ \ \ |
|
| * | | | | Replace use of alias chains with prepend at core_ext/date | Pablo Herrero | 2015-05-04 | 5 | -89/+79 |
* | | | | | Force the uninstall | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 |
* | | | | | Uninstall bundler 1.10 | Rafael Mendonça França | 2015-05-28 | 1 | -0/+1 |
* | | | | | Use bundler < 1.10 until its bugs are fixed | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 |
* | | | | | Merge pull request #20351 from kddeisz/enumerable_pluck | Rafael Mendonça França | 2015-05-28 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | Updating the guides for Enumerable#pluck | Kevin Deisz | 2015-05-28 | 1 | -0/+10 |
|/ / / / / |
|