| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Merge pull request #19649 from aprescott/allow-array-defaults | Matthew Draper | 2015-04-05 | 3 | -1/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Allow an array to be a default translation value. | Adam Prescott | 2015-04-04 | 3 | -1/+14 |
|/ / / / / / |
|
* | | | / / | Don't invoke sql_runtime if logger is not set to info | eileencodes | 2015-04-04 | 2 | -2/+3 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #19636 from davydovanton/docs-update-link-to-attributes | Kasper Timm Hansen | 2015-04-04 | 1 | -4/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | [skip ci] Update information about #link_to attributes | Anton Davydov | 2015-04-04 | 1 | -4/+3 |
| |/ / / |
|
* | | | | Merge pull request #19429 from mxhold/print_bundle_install_output_line_by_line | Matthew Draper | 2015-04-03 | 2 | -6/+13 |
|\ \ \ \ |
|
| * | | | | Print `bundle install` output in `rails new` as soon as it's available | Max Holder | 2015-03-28 | 2 | -6/+13 |
* | | | | | Merge pull request #19625 from strzibny/fix-test-rails-git-layout | Matthew Draper | 2015-04-03 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Do not depend on Rails git repository layout in ActiveSupport tests | Josef Stribny | 2015-04-02 | 1 | -2/+2 |
* | | | | | | Merge pull request #19627 from koenpunt/patch-1 | Matthew Draper | 2015-04-03 | 1 | -4/+0 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | remove duplicates | Koen Punt | 2015-04-03 | 1 | -4/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #19616 from brainopia/speed_up_gsub | Jeremy Kemper | 2015-04-01 | 11 | -14/+14 |
|\ \ \ \ \ |
|
| * | | | | | Freeze static arguments for gsub | brainopia | 2015-04-02 | 11 | -14/+14 |
| * | | | | | Prefer string patterns for gsub | brainopia | 2015-04-02 | 11 | -13/+13 |
|/ / / / / |
|
* | | | | | Remove old mri platform entries from our Gemfile | Carlos Antonio da Silva | 2015-04-01 | 2 | -11/+2 |
* | | | | | Merge pull request #19610 from yui-knk/fix/suppress | Abdelkader Boudih | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Replace `reraised` with `not captured` | yui-knk | 2015-04-02 | 1 | -1/+1 |
* | | | | | | Merge pull request #19609 from davydovanton/docs-add-target-blank-info | Abdelkader Boudih | 2015-04-01 | 1 | -0/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | [skip ci] Add information about #link_to target option | Anton Davydov | 2015-04-01 | 1 | -0/+6 |
|/ / / / / |
|
* | | | | | Merge pull request #19607 from rousisk/docs_sql_execute_correction | Rafael Mendonça França | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] fix guides example on arbitrary SQL execution | Konstantinos Rousis | 2015-04-01 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #19606 from yui-knk/fix/query_md | Rafael Mendonça França | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Fix `:having` option with `having` method | yui-knk | 2015-04-01 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #19605 from 1337807/patch-1 | Rafael Mendonça França | 2015-04-01 | 1 | -0/+12 |
|\ \ \ \ \ |
|
| * | | | | | Update routing.md | Jonan Scheffler | 2015-04-01 | 1 | -0/+12 |
|/ / / / / |
|
* | | | | | Merge pull request #19604 from aaronjensen/speed-up-time-coercion | Rafael Mendonça França | 2015-04-01 | 1 | -2/+4 |
|\ \ \ \ \ |
|
| * | | | | | Only coerce time when comparing if necessary | Aaron Jensen | 2015-03-31 | 1 | -2/+4 |
|/ / / / / |
|
* | | | | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methods | Rafael Mendonça França | 2015-03-31 | 2 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | Fix eager loading association using default_scope for finder methods. | Santosh Wadghule | 2015-03-31 | 2 | -1/+18 |
* | | | | | | Merge pull request #19603 from eliotsykes/remove-considerations-section | Rafael Mendonça França | 2015-03-31 | 1 | -9/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove unused subdir deployment considerations section [ci skip] | Eliot Sykes | 2015-03-31 | 1 | -9/+0 |
|/ / / / / / |
|
* | | | | | | Make method as nodoc since we are already docummenting at AbstractAdapter | Rafael Mendonça França | 2015-03-31 | 1 | -1/+1 |
* | | | | | | Merge pull request #19599 from y-yagi/application_job_template | Carlos Antonio da Silva | 2015-03-31 | 1 | -1/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | remove extra newline from ApplicationJob template | yuuji.yaginuma | 2015-03-31 | 1 | -1/+0 |
|/ / / / / / |
|
* | | | | | | Merge pull request #19596 from yui-knk/fix/comment_alias_attribute | Arthur Nogueira Neves | 2015-03-31 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | [ci skip] Replace `query methods` with `a predicate` | yui-knk | 2015-03-31 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #19595 from claudiob/fix-docs-set-callback | Yves Senn | 2015-03-31 | 1 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix doc: set_callback also accepts an array of if: | claudiob | 2015-03-31 | 1 | -4/+6 |
* | | | | | | | Merge pull request #19523 from kuldeepaggarwal/fix-table-name-conflict | Yves Senn | 2015-03-31 | 2 | -2/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | use Model.reset_column_information to clear table cache connection wide. | Kuldeep Aggarwal | 2015-03-31 | 2 | -2/+4 |
|/ / / / / / |
|
* | | | | | | Merge pull request #19594 from radar/require-module-delegation | Guillermo Iguaran | 2015-03-30 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Require Module#delegate core ext in ActiveModel::Naming | Ryan Bigg | 2015-03-31 | 1 | -0/+1 |
* | | | | | | | Merge pull request #19592 from adimitri/activerecord-find-ambiguity | Rafael Mendonça França | 2015-03-30 | 1 | -3/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [ci skip] Combine complementary AR #find doc lines | Alexander Dimitriyadi | 2015-03-30 | 1 | -3/+1 |
|/ / / / / / / |
|
* | | | | | | | Require the extensions to tests pass in isolation | Rafael Mendonça França | 2015-03-30 | 1 | -0/+1 |
* | | | | | | | Merge pull request #19021 from morgoth/activemodel-errors-refactoring | Rafael Mendonça França | 2015-03-30 | 2 | -24/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Simplify and alias ActiveModel::Errors methods where possible | Wojciech Wnętrzak | 2015-02-20 | 2 | -24/+10 |
* | | | | | | | | Revert "Remove Array#inquiry" | Rafael Mendonça França | 2015-03-30 | 4 | -1/+27 |
* | | | | | | | | Merge pull request #19034 from jvanbaarsen/explicit-job-base-class | Matthew Draper | 2015-03-30 | 8 | -6/+33 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 8 | -6/+33 |