Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #20401 from yahonda/master_bigint_as_limit_19_in_oracle | Rafael Mendonça França | 2015-06-01 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle | Yasuo Honda | 2015-06-01 | 2 | -2/+6 | |
* | | | | | | | | | | | Merge pull request #20403 from takiy33/patch-1 | Rafael Mendonça França | 2015-06-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Use --no-document option instead of --no-rdoc and --no-ri option | takiy33 | 2015-06-01 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #20371 from davydovanton/doc-adapter-lookup | Yves Senn | 2015-06-01 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [skip ci] Update documentation for QueueAdapters::lookup | Anton Davydov | 2015-06-01 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge pull request #20394 from mechanicles/use-sym | Matthew Draper | 2015-06-01 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [ci skip] Used 'instance_variables' in example for consistency. | Santosh Wadghule | 2015-06-01 | 1 | -2/+5 | |
* | | | | | | | | | | | Merge pull request #20396 from nkondratyev/fix-guides | Kasper Timm Hansen | 2015-06-01 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | 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 | |
| |/ / / / |