aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 💣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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rishijain-update_docs_1'Zachary Scott2014-10-262-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Making the actionmailer docs more explicit to understand [ci skip]Rishi Jain2014-10-262-3/+6
|/ / / / /
* | | | | Prefix internal method with _Rafael Mendonça França2014-10-258-18/+18
* | | | | Add CHANGELOG entry for #17064Rafael Mendonça França2014-10-251-0/+6
* | | | | Use new hash syntaxRafael Mendonça França2014-10-252-3/+4
* | | | | :scissors:Rafael Mendonça França2014-10-252-3/+2
* | | | | Merge pull request #17064 from frenkel/fix_select_tag_include_blankRafael Mendonça França2014-10-252-2/+14
|\ \ \ \ \
| * | | | | Use include_blank value as option labelFrank Groeneveld2014-10-172-2/+14
* | | | | | Merge pull request #17392 from prathamesh-sonpatki/fix-docstring-for-sanitize...Rafael Mendonça França2014-10-251-2/+2
|\ \ \ \ \ \
| * | | | | | Clarify comments about sanitized_allowed_tagsPrathamesh Sonpatki2014-10-251-2/+2
* | | | | | | Merge pull request #17391 from prathamesh-sonpatki/fix-oid-description-ci-skipEileen M. Uchitelle2014-10-251-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix description of OID in TypeMapInitializerPrathamesh Sonpatki2014-10-251-1/+1
|/ / / / / /
* | | | | | give a better error message for misspelled helpersXavier Noria2014-10-253-1/+38
* | | | | | fixes circularity check in dependenciesXavier Noria2014-10-254-1/+37
* | | | | | instance_eval is evilAkira Matsuda2014-10-251-1/+1
* | | | | | Reduce object allocationAkira Matsuda2014-10-251-1/+5
* | | | | | Reduce object allocationAkira Matsuda2014-10-251-1/+1
* | | | | | Avoid creating range objects (take II)Akira Matsuda2014-10-251-1/+5