aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13728 from semenyukdmitriy/masterYves Senn2014-01-222-2/+2
|\
| * [ci skip] Added missing `file` delivery methodSemenyuk Dmitriy2014-01-222-2/+2
* | Merge pull request #13786 from terracatta/masterRafael Mendonça França2014-01-219-85/+168
|\ \
| * | Ensure AR #second, #third, etc. finders work through associationsJason Meller2014-01-219-85/+168
* | | Fix typoRafael Mendonça França2014-01-211-1/+1
|/ /
* | Merge pull request #13776 from rails/dirty-enumRafael Mendonça França2014-01-216-4/+128
|\ \
| * | Use string as keysRafael Mendonça França2014-01-211-2/+2
| * | Store the enum values in the DEFINED_ENUM constantRafael Mendonça França2014-01-211-8/+8
| * | Add more tests for the dirty feature for enumsRafael Mendonça França2014-01-215-8/+53
| * | Make enum feature work with dirty methodsRafael Mendonça França2014-01-213-1/+76
| * | Extract all attribute changed work to its own methodRafael Mendonça França2014-01-211-3/+7
* | | Merge pull request #13784 from kuldeepaggarwal/fix-doc-collection-proxyRafael Mendonça França2014-01-211-1/+1
|\ \ \
| * | | add missing information for `id` field when used with `select` [ci skip]Kuldeep Aggarwal2014-01-221-1/+1
|/ / /
* | | `has_one` and `belongs_to` accessors don't add ORDER BY to the queries anymore.Rafael Mendonça França2014-01-214-1/+26
* | | prepend table name for `Relation#select` columns.Yves Senn2014-01-213-1/+20
* | | Merge pull request #13696 from senny/engine_bin_rails_load_bundlerYves Senn2014-01-211-0/+4
|\ \ \
| * | | setup Bundler in engines `bin/rails` stub.Yves Senn2014-01-131-0/+4
* | | | Active Record changelog wording and formatting. [ci skip]Yves Senn2014-01-211-5/+6
* | | | Merge pull request #9969 from divineforest/fix-find-in-batchesYves Senn2014-01-213-6/+13
|\ \ \ \
| * | | | Fail early with "Primary key not included in the custom select clause" in fin...Alexander Balashov2014-01-213-6/+13
| | |/ / | |/| |
* / | | Remove missed usage of @first variableCarlos Antonio da Silva2014-01-211-1/+1
|/ / /
* | | Forgot to push this change in the parent commitRafael Mendonça França2014-01-201-1/+1
* | | When applying changes or reseting changes create the right classRafael Mendonça França2014-01-202-3/+11
* | | Remove unneded argumentRafael Mendonça França2014-01-201-2/+2
* | | Merge pull request #13757 from terracatta/masterRafael Mendonça França2014-01-2010-34/+245
|\ \ \
| * | | Ensure #second acts like #first AR finderJason Meller2014-01-2010-34/+245
|/ / /
* | | Merge branch 'anilmaurya-master'Rafael Mendonça França2014-01-201-3/+1
|\ \ \
| * | | moving controller_name assignment before model name conditionanilmaurya2014-01-201-3/+1
|/ / /
* | | Tidy up tests and CHANGELOG for #12598Andrew White2014-01-204-7/+37
* | | Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-202-0/+11
* | | Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-204-2/+20
* | | docs should say `email` not `Email`. [ci skip]Yves Senn2014-01-203-4/+4
* | | docs, hyperlink the `Mail gem` in Action Mailer guide. [ci skip]Yves Senn2014-01-201-2/+2
* | | let's link to the gem README not to the upgrading guide. [ci skip]Yves Senn2014-01-201-2/+1
* | | Fix secrets.yml path in exception messageCarlos Antonio da Silva2014-01-201-9/+7
* | | Merge pull request #13767 from zzak/doc_4_1_release_notes_deprecated_findersGodfrey Chan2014-01-201-0/+3
|\ \ \
| * | | Add link to upgrade guide for full list of deprecated finders [ci skip]Zachary Scott2014-01-191-0/+3
* | | | Merge pull request #13769 from arelenglish/fix_typo_upgrad_guideGodfrey Chan2014-01-191-1/+1
|\ \ \ \
| * | | | Fix a typo that says you application [ci skip]Arel English2014-01-201-1/+1
|/ / / /
* | | | Merge pull request #13768 from rajeshthummalapally/rails_blog_correct_patch_linkGodfrey Chan2014-01-191-1/+1
|\ \ \ \
| * | | | Correcting link that is pointing to Rails blog [ci skip]Rajesh Thummalapally2014-01-191-1/+1
|/ / / /
* | | | Merge pull request #13765 from robertomiranda/secrets_tokenGuillermo Iguaran2014-01-191-4/+4
|\ \ \ \
| * | | | Update Error Message when secrets.secret_key_base isn't givenrobertomiranda2014-01-191-4/+4
* | | | | Merge pull request #13745 from nextgearcapital/masterRafael Mendonça França2014-01-193-0/+6
|\ \ \ \ \
| * | | | | set encoding to binmode for pipeAnna Carey2014-01-173-0/+6
* | | | | | Merge pull request #13762 from robertomiranda/spring-under-railsRobin Dupret2014-01-191-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update Changelog, Spring is under rails/spring [ci skip]robertomiranda2014-01-191-1/+1
|/ / / / /
* | | | | Merge pull request #13759 from raysrashmi/rails-springRobin Dupret2014-01-193-4/+4
|\ \ \ \ \
| * | | | | Spring in now under rails/spring [ci skip]Rashmi Yadav2014-01-193-4/+4
|/ / / / /
* | | | | Merge pull request #13756 from huoxito/rails-springAndrew White2014-01-191-1/+1
|\ \ \ \ \