aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `to_s` in interpolationclaudiob2014-10-291-2/+2
* Merge pull request #17432 from cmoylan/update-active-job-guideRafael Mendonça França2014-10-291-1/+1
|\
| * correct GlobalID mixin name in the guidesChris Moylan2014-10-291-1/+1
|/
* Merge pull request #17431 from hbriggs/upgrade_guide_2.7_2.8Rafael Mendonça França2014-10-291-3/+3
|\
| * [ci skip] Fixes typos in section 2.7 "Rails Html Sanitizer", adds content to ...Hannah Briggs2014-10-291-3/+3
|/
* Merge pull request #17429 from edwinwills/full-height-email-previewRafael Mendonça França2014-10-291-1/+4
|\
| * On larger screens the email preview iframe is being limited to a height of 80...Edwin Wills2014-10-291-1/+4
|/
* Merge pull request #17411 from mcfiredrill/doc-change-column-default-abstract...Rafael Mendonça França2014-10-291-1/+1
|\
| * :nodoc: for abstract_mysql_adapterTony Miller2014-10-291-1/+1
* | Merge pull request #17427 from dwo/masterZachary Scott2014-10-291-1/+1
|\ \
| * | better example for tokenizer lambda [ci skip]Robin Tweedie2014-10-291-1/+1
|/ /
* | Merge pull request #17423 from lukefx/jruby_windows_tzinfoSantiago Pastorino2014-10-291-2/+2
|\ \
| * | Added 'tzinfo-data' if we are using jrubyLuca Simone2014-10-291-2/+2
* | | fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-293-6/+17
* | | edit pass over all warningsXavier Noria2014-10-2820-38/+65
* | | Add mysql and pg specific attributes to Column#== and hashSean Griffin2014-10-282-2/+20
* | | Merge pull request #17421 from rails/warn-with-heredocXavier Noria2014-10-2818-76/+149
|\ \ \
| * | | let's warn with heredocsXavier Noria2014-10-2818-76/+149
* | | | 💣Sean Griffin2014-10-282-2/+5
* | | | Implement hash equality on columnSean Griffin2014-10-281-0/+5
* | | | Implement #== for columnSean Griffin2014-10-281-0/+8
* | | | Remove unneccessary default values from relation mergerSean Griffin2014-10-281-2/+2
* | | | Fix uninitialized ivar warning in testsSean Griffin2014-10-281-1/+1
* | | | Call value methods when merging relations, rather than accessing keysSean Griffin2014-10-281-14/+14
* | | | Merge pull request #17039 from zv1n/add_prefix_delimiterRafael Mendonça França2014-10-283-2/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Added queue_name_delimiter attribute.Terry Meacham2014-10-263-2/+45
* | | | Typos in the deprecation messageGodfrey Chan2014-10-281-2/+2
* | | | Mention only_path deprecation in release notes [ci skip]Godfrey Chan2014-10-281-0/+3
* | | | Deprecate the `only_path` option on `*_path` helpers.Godfrey Chan2014-10-283-2/+116
* | | | Merge pull request #17416 from tricknotes/fix-doc-markupAbdelkader Boudih2014-10-282-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix doc markup for `NumberHelper` [ci skip]Ryunosuke SATO2014-10-292-10/+10
|/ / /
* | | Merge pull request #17408 from bf4/fix_rbx_testYves Senn2014-10-281-1/+1
|\ \ \
| * | | Fix rbx generated Gemfile regexBenjamin Fleischer2014-10-271-1/+1
* | | | Merge pull request #17310 from pabloh/optimize_strftimeAndrew White2014-10-283-10/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-273-10/+16
| |/ /
* | | Merge pull request #16229 from byroot/stop-swallowing-url-generation-errorsAndrew White2014-10-272-1/+16
|\ \ \
| * | | UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-272-1/+16
* | | | Merge pull request #17405 from DanOlson/rewhereSean Griffin2014-10-272-1/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow Relation#rewhere to work with infinite range valuesDan Olson2014-10-272-1/+22
|/ / /
* | | Merge pull request #17374 from maurogeorge/scope-exceptionYves Senn2014-10-273-0/+15
|\ \ \
| * | | Raises ArgumentError when try to define a scope without a callableMauro George2014-10-232-0/+9
* | | | Merge pull request #14143 from derekprior/dp-compound-index-orderingYves Senn2014-10-275-5/+9
|\ \ \ \
| * | | | Use type column first in multi-column indexesDerek Prior2014-10-245-5/+9
| | |_|/ | |/| |
* | | | Merge pull request #17362 from bronzle/fix_debug_exceptions_appRafael Mendonça França2014-10-264-26/+76
|\ \ \ \
| * | | | Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-234-26/+76
* | | | | Add back --skip-turbolinks and remove --skip-gemsRafael Mendonça França2014-10-263-16/+12
* | | | | Merge pull request #17330 from DanOlson/rewhereMatthew Draper2014-10-273-1/+12
|\ \ \ \ \
| * | | | | Fix Relation.rewhere to work with Range valuesDan Olson2014-10-203-1/+12
* | | | | | Merge pull request #17397 from prathamesh-sonpatki/fix-type-boolean-error-msg...Rafael Mendonça França2014-10-261-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in error message when non-boolean value is assigned to boolean columnPrathamesh Sonpatki2014-10-261-1/+1
| | |_|_|_|/ | |/| | | |