aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If our connection is explicitly non-strict, tell MySQLMatthew Draper2014-07-061-2/+2
* Don't fail if unicode.org isn't talking to usMatthew Draper2014-07-051-1/+3
* Fix typoRafael Mendonça França2014-07-041-1/+1
* Merge pull request #16013 from tgxworld/remove_symbolized_path_parametersRafael Mendonça França2014-07-045-10/+10
|\
| * Remove symbolized_path_parameters.Guo Xiang Tan2014-07-025-10/+10
* | Merge pull request #16003 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-051-13/+37
|\ \
| * | Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-011-13/+37
* | | Merge pull request #16028 from cade/fix_counter_cache_count_with_association_...Rafael Mendonça França2014-07-043-1/+16
|\ \ \
| * | | Add `:all` argument to `count` in `reset_counters`Cade Truitt2014-07-023-1/+16
* | | | Merge pull request #16011 from xjlu/token_and_optionsRafael Mendonça França2014-07-042-3/+23
|\ \ \ \
| * | | | Improve token_and_options regex and testXinjiang Lu2014-07-012-3/+23
* | | | | Merge pull request #16040 from seuros/patch-1Matthew Draper2014-07-051-0/+1
|\ \ \ \ \
| * | | | | Add arel to the controller templateAbdelkader Boudih2014-07-031-0/+1
* | | | | | Merge pull request #14005 from dmitry/test_coverage_for_actionmailerRafael Mendonça França2014-07-046-38/+16
|\ \ \ \ \ \
| * | | | | | add test coverage for the action mailerDmitry Polushkin2014-07-046-38/+16
* | | | | | | Merge pull request #16042 from akshay-vishnoi/doc_changeMatthew Draper2014-07-053-5/+5
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] /javascript/ -> JavaScript - cover whole appAkshay Vishnoi2014-07-043-5/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #16049 from matthewd/find-via-reloadMatthew Draper2014-07-053-0/+19
|\ \ \ \ \ \ \
| * | | | | | | After find-via-reload, the record is not newMatthew Draper2014-07-053-0/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #16046 from grosser/grosser/cleangenRafael Mendonça França2014-07-041-2/+1
|\ \ \ \ \ \ \
| * | | | | | | remove bundler magicgrosser2014-07-031-2/+1
* | | | | | | | Merge pull request #16037 from sgrif/sg-money-quotingRafael Mendonça França2014-07-043-11/+28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove unneccessary special case for money in quotingSean Griffin2014-07-033-11/+28
* | | | | | | | Merge pull request #16048 from arunagw/aa-added-notice-index-pageRafael Mendonça França2014-07-043-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Display notice in index.html pages in scaffolded generated viewsArun Agrawal2014-07-043-1/+11
|/ / / / / / / /
* | | / / / / / :fire: these are lambdas now [ci skip]Godfrey Chan2014-07-031-9/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #16038 from tbpgr/fix_guide_active_record_validationsRafael Mendonça França2014-07-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix guide. sample code syntax error.[ci skip]tbpgr2014-07-041-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-033-3/+46
|\ \ \ \ \ \ \
| * | | | | | | Do not rely on the column type when quoting infinitySean Griffin2014-07-033-3/+46
| |/ / / / / /
* | | | | | | Merge pull request #16034 from sgrif/sg-hstore-type-objectRafael Mendonça França2014-07-034-66/+39
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use the type object for type casting HStore columnsSean Griffin2014-07-034-66/+39
|/ / / / / /
* | | | | | Merge pull request #15941 from variousred/docrails-changesVijay Dev2014-07-031-8/+10
|\ \ \ \ \ \
| * | | | | | [ci skip] Changes some wording to better foreshadow what is coming up later.Michael Mitchell2014-07-021-8/+10
* | | | | | | Merge pull request #16029 from cade/fix_typo_in_commentVijay Dev2014-07-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix typo in commentCade Truitt2014-07-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #16026 from lucasmazza/lm-respond-to-jsonp-fixRafael Mendonça França2014-07-023-1/+24
|\ \ \ \ \ \
| * | | | | | Change the JSON renderer to enforce the 'JS' Content TypeLucas Mazza2014-07-023-1/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Add CHANGELOG for c803b90Godfrey Chan2014-07-021-0/+4
* | | | | | The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* | | | | | Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-023-1/+3
* | | | | | Only automatically include validations when enabledGodfrey Chan2014-07-022-12/+5
* | | | | | Merge pull request #16001 from johnpaulashenfelter/jp_fix_datetime_to_fGodfrey Chan2014-07-023-2/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-023-2/+10
|/ / / / /
* | | | | Merge pull request #16024 from aditya-kapoor/include-validationsRafael Mendonça França2014-07-024-2/+6
|\ \ \ \ \
| * | | | | automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-034-2/+6
* | | | | | Merge pull request #16015 from sgrif/sg-ensure-initializedRafael Mendonça França2014-07-022-4/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move pk initialization logic onto `AttributeSet`Sean Griffin2014-07-022-4/+7
* | | | | | Merge pull request #16022 from sgrif/sg-range-quotingRafael Mendonça França2014-07-023-2/+19
|\ \ \ \ \ \
| * | | | | | Quote range strings when quoting PG rangesSean Griffin2014-07-023-2/+19
|/ / / / / /