aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Ruby 2.2.2Jon Atack2015-04-1412-15/+15
* Merge pull request #19595 from claudiob/fix-docs-set-callbackYves Senn2015-03-311-4/+6
|\
| * Fix doc: set_callback also accepts an array of if:claudiob2015-03-311-4/+6
* | Merge pull request #19523 from kuldeepaggarwal/fix-table-name-conflictYves Senn2015-03-312-2/+4
|\ \ | |/ |/|
| * use Model.reset_column_information to clear table cache connection wide.Kuldeep Aggarwal2015-03-312-2/+4
|/
* Merge pull request #19594 from radar/require-module-delegationGuillermo Iguaran2015-03-301-0/+1
|\
| * Require Module#delegate core ext in ActiveModel::NamingRyan Bigg2015-03-311-0/+1
* | Merge pull request #19592 from adimitri/activerecord-find-ambiguityRafael Mendonça França2015-03-301-3/+1
|\ \
| * | [ci skip] Combine complementary AR #find doc linesAlexander Dimitriyadi2015-03-301-3/+1
|/ /
* | Require the extensions to tests pass in isolationRafael Mendonça França2015-03-301-0/+1
* | Merge pull request #19021 from morgoth/activemodel-errors-refactoringRafael Mendonça França2015-03-302-24/+10
|\ \
| * | Simplify and alias ActiveModel::Errors methods where possibleWojciech Wnętrzak2015-02-202-24/+10
* | | Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-304-1/+27
* | | Merge pull request #19034 from jvanbaarsen/explicit-job-base-classMatthew Draper2015-03-308-6/+33
|\ \ \
| * | | Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-238-6/+33
* | | | Merge pull request #19587 from rails/rm-sprockets-3Rafael Mendonça França2015-03-295-17/+16
|\ \ \ \
| * | | | Test using sprockets 3Rafael Mendonça França2015-03-295-17/+16
|/ / / /
* | | | Merge pull request #19581 from kirs/bin-deprecation-versionRafael Mendonça França2015-03-291-1/+2
|\ \ \ \
| * | | | Replace `in Rails 4` with `in Rails %version%` in deprecation messageKir Shatrov2015-03-291-1/+2
* | | | | Merge pull request #19585 from sgrif/sg-deprecate-tokenizerRafael Mendonça França2015-03-293-12/+51
|\ \ \ \ \
| * | | | | Deprecate the `:tokenizer` option to `validates_length_of`Sean Griffin2015-03-293-12/+51
|/ / / / /
* / / / / Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8
|/ / / /
* | | | Reduce memory usage when loading types in PGSean Griffin2015-03-294-10/+40
* | | | Merge pull request #19483 from yui-knk/fix/getting_startedZachary Scott2015-03-291-1/+1
|\ \ \ \
| * | | | [ci skip] Fix an object of `reference`yui-knk2015-03-241-1/+1
* | | | | Merge pull request #19575 from y-yagi/fix_batches_testZachary Scott2015-03-291-2/+3
|\ \ \ \ \
| * | | | | use correct method in batches testyuuji.yaginuma2015-03-291-2/+3
|/ / / / /
* | | | | Merge pull request #19544 from shuhei/fix-parameters-const-missingXavier Noria2015-03-282-2/+9
|\ \ \ \ \
| * | | | | Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-282-2/+9
* | | | | | Remove circular requireRafael Mendonça França2015-03-272-4/+0
* | | | | | Merge pull request #19562 from mechanicles/remove-old-linkRafael Mendonça França2015-03-271-1/+1
|\ \ \ \ \ \
| * | | | | | Remove old and not working link. [ci skip]Santosh Wadghule2015-03-281-1/+1
* | | | | | | Define a setup method instead of using setup as blockRafael Mendonça França2015-03-271-1/+2
* | | | | | | Remove Array#inquiryRafael Mendonça França2015-03-274-27/+1
* | | | | | | Merge pull request #18939 from georgeclaghorn/variant-inquiryRafael Mendonça França2015-03-2710-33/+171
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-247-27/+112
| * | | | | | Provide friendlier access to request variantsGeorge Claghorn2015-03-244-37/+90
* | | | | | | Merge pull request #19554 from prathamesh-sonpatki/improve-changelogZachary Scott2015-03-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Improve CHANGELOG for fix for respecting pluralize_table_names [ci skip]Prathamesh Sonpatki2015-03-271-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #19547 from jonatack/warn-on-loading-large-query-setsAbdelkader Boudih2015-03-272-7/+6
|\ \ \ \ \ \ \
| * | | | | | | [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-272-7/+6
* | | | | | | | Merge pull request #19540 from y-yagi/fix_fixture_file_nameYves Senn2015-03-274-1/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | respect `pluralize_table_names` when generate fixture file. fixes #19519yuuji.yaginuma2015-03-274-1/+21
* | | | | | | | | Merge pull request #19535 from JuanitoFatas/doc/av-commentYves Senn2015-03-271-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Unify the code comment in ActionView::Renderer#render_template.Juanito Fatas2015-03-271-1/+1
* | | | | | | | | | Merge pull request #19543 from mechanicles/fix-docMatthew Draper2015-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correct doc sentence [ci skip]Santosh Wadghule2015-03-271-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* / | | | | | | | | Missing require 'active_support/deprecation'Akira Matsuda2015-03-273-0/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19541 from jonatack/warn-on-loading-large-query-setsRichard Schneeman2015-03-271-0/+5
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | [skip ci] Update configuring.md with #18846Jon Atack2015-03-271-0/+5
|/ / / / / / / /