aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_forMiklos Fazekas2015-02-062-1/+13
|/ /
* | Document the usage of the default option to attributeSean Griffin2015-02-061-0/+14
* | A symbol can be passed to `attribute`, which should be documentedSean Griffin2015-02-061-3/+4
* | Grammar and RDoc formattingSean Griffin2015-02-062-35/+37
* | Remove reference to the now done documentation.rakeXavier Noria2015-02-061-1/+0
* | README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-065-5/+9
* | Remove documentation tasksXavier Noria2015-02-069-121/+5
* | Docs pass for the attributes APISean Griffin2015-02-062-39/+154
* | Raise ArgumentError when passing nil to Relation#mergeRafael Mendonça França2015-02-063-1/+24
* | Stoping using Relation#merge in default_scopedRafael Mendonça França2015-02-061-1/+7
* | Merge pull request #18833 from perceptec/add_only_performed_optionRafael Mendonça França2015-02-064-18/+186
|\ \
| * | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based onMichael Ryan2015-02-064-18/+186
|/ /
* | Significantly improve the performance of `_read_attribute` on JRubySean Griffin2015-02-062-4/+21
* | Use keyword argument in the find_in_batches APIRafael Mendonça França2015-02-061-11/+7
* | Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-0616-22/+148
* | Merge branch 'rm-ntp'Rafael Mendonça França2015-02-064-27/+40
|\ \
| * \ Merge pull request #12067 from jackxxu/keep_precisionRafael Mendonça França2015-02-064-27/+40
| |\ \
| | * | Enable number_to_percentage to keep the number's precision by allowing :preci...Jack Xu2013-08-283-16/+31
* | | | Merge pull request #18831 from colinrymer/patch-1Rafael Mendonça França2015-02-061-2/+2
|\ \ \ \
| * | | | Indicate link_to creates an anchor elementColin Rymer2015-02-061-2/+2
| |/ / /
* / / / Revert "Improve the performance of HWIDA `select` and `reject`"Sean Griffin2015-02-061-4/+4
|/ / /
* | | Improve the performance of HWIDA `select` and `reject`Sean Griffin2015-02-061-4/+4
* | | Merge pull request #14028 from uberllama/json_escape_commentsRafael Mendonça França2015-02-061-0/+5
|\ \ \
| * | | Amended json_escape comment to clarify that user-generated content must still...Yuval Kordov2014-02-121-0/+5
* | | | Merge pull request #18388 from claudiob/better-docs-for-active-model-lint-testsRafael Mendonça França2015-02-061-28/+32
|\ \ \ \
| * | | | Better docs for AM::Lint::Testsclaudiob2015-01-071-28/+32
* | | | | revises AM:Dirty example [Godfrey Chan & Xavier Noria]Xavier Noria2015-02-061-6/+2
* | | | | use parentheses here, for the beard of the Prophet! [ci skip]Xavier Noria2015-02-061-1/+1
* | | | | applies guidelines to dirty.rb [ci skip]Xavier Noria2015-02-061-11/+11
* | | | | Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-053-4/+10
|\ \ \ \ \
| * | | | | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-083-4/+10
| |/ / / /
* | | | | Merge pull request #18589 from kamipo/fix_test_types_line_upRafael Mendonça França2015-02-051-2/+2
|\ \ \ \ \
| * | | | | Fix `test_types_line_up` when column type missingRyuta Kamizono2015-01-301-2/+2
* | | | | | Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-059-150/+63
|\ \ \ \ \ \
| * | | | | | - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-209-150/+63
* | | | | | | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-0510-119/+161
|\ \ \ \ \ \ \
| * | | | | | | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-0110-119/+161
* | | | | | | | Use keyword argumentsRafael Mendonça França2015-02-051-4/+4
* | | | | | | | Merge pull request #18747 from vipulnsward/merge-skip-callbackRafael Mendonça França2015-02-051-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Callback#merge merges options for a callback skip instead of a callback. Rena...Vipul A M2015-02-011-2/+2
* | | | | | | | | Do not run remove_connection in memory db testRafael Mendonça França2015-02-051-7/+7
* | | | | | | | | Mark some methods as nodocRafael Mendonça França2015-02-051-6/+6
* | | | | | | | | Remove special case for symbols at findRafael Mendonça França2015-02-051-2/+0
* | | | | | | | | Merge branch 'rm-use-active-model-correctly'Rafael Mendonça França2015-02-056-28/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename method to make explicit its intentionRafael Mendonça França2015-02-053-3/+3
| * | | | | | | | | Use kwags to make the argument meaning explicitRafael Mendonça França2015-02-053-6/+6
| * | | | | | | | | Use new hash syntaxRafael Mendonça França2015-02-051-1/+1
| * | | | | | | | | Change the method visibilityRafael Mendonça França2015-02-051-2/+4
| * | | | | | | | | Add tests to make sure label and placeholder respect to_modelRafael Mendonça França2015-02-052-0/+58
| * | | | | | | | | Only check if object respond_to to_model onceRafael Mendonça França2015-02-051-6/+2