aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use NameError#name to assert raised error.Federico Ravasio2013-11-241-1/+1
* | | | | | Merge pull request #16136 from sgrif/sg-pg-bit-stringMatthew Draper2014-07-122-13/+33
|\ \ \ \ \ \
| * | | | | | Don't rely on the column SQL type for bit string quotingSean Griffin2014-07-112-13/+33
* | | | | | | Merge pull request #16055 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-122-14/+29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-112-14/+29
* | | | | | | Merge pull request #16135 from mgoldWork/validator-guide-sentence-breakXavier Noria2014-07-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | [Guides] Sentence break for clarity [ci-skip]Max Goldstein2014-07-111-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #16132 from tgxworld/fix_test_not_unsubscribingSantiago Pastorino2014-07-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix incorrect unsubscription.Guo Xiang Tan2014-07-111-2/+2
* | | | | | | | Merge pull request #16133 from Agis-/cookie_overflow_checkSantiago Pastorino2014-07-112-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Use `#bytesize` instead of `#size` when checking for cookie overflowAgis-2014-07-112-2/+7
|/ / / / / / / /
* / / / / / / / Synced 4.2 release notes with the latest commits.Godfrey Chan2014-07-115-30/+85
|/ / / / / / /
* | | | | | | Fixed borken tests in AV caused by 013c74dGodfrey Chan2014-07-101-2/+2
* | | | | | | Merge pull request #14883 from chancancode/rm-single-spaceGuillermo Iguaran2014-07-106-22/+32
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Removed single space padding from empty response body.Godfrey Chan2014-07-106-22/+32
|/ / / / / /
* | | | | | * gcampbell-rosetta_flash:Aaron Patterson2014-07-104-3/+8
|\ \ \ \ \ \
| * | | | | | Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp...Aaron Patterson2014-07-104-3/+8
|/| | | | | |
| * | | | | | Address CVE-2014-4671 (JSONP Flash exploit)Greg Campbell2014-07-094-3/+8
* | | | | | | Merge pull request #16123 from karlentwistle/issues/9299Andrew White2014-07-103-5/+21
|\ \ \ \ \ \ \
| * | | | | | | Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-103-5/+21
|/ / / / / / /
* | | | | | | Merge pull request #16118 from JayK31/strong_params_linkZachary Scott2014-07-091-2/+1
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Fixed link to strong params in Getting Started section 5.6.JayK312014-07-091-2/+1
|/ / / / / / /
* | | | | | | Merge pull request #16113 from egilburg/rails_4_1_upgrade_guide_json_time_wit...Zachary Scott2014-07-091-2/+12
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Document millisecond precision change in ActiveSupport::TimeWithZon...Eugene Gilburg2014-07-091-2/+12
| |/ / / / / /
* | | | | | | Merge pull request #16091 from tgxworld/reduce_creation_of_subscribersSantiago Pastorino2014-07-091-17/+13
|\ \ \ \ \ \ \
| * | | | | | | Reduce number of subscriptions created.Guo Xiang Tan2014-07-081-17/+13
* | | | | | | | Include missing module in tag_helperCarlos Antonio da Silva2014-07-091-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #16103 from JuanitoFatas/doc/patch-001Matthew Draper2014-07-091-34/+41
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Fix 4.2 release notes list items. [Matthew Draper & Juanito Fatas]Juanito Fatas2014-07-091-34/+41
|/ / / / / / /
* | | | | | | Merge pull request #16102 from JuanitoFatas/format-fixesZachary Scott2014-07-091-31/+29
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Fix 4.2 release notes rendered display.Juanito Fatas2014-07-091-31/+29
* | | | | | | | Merge pull request #16100 from tgxworld/fix_commentZachary Scott2014-07-091-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix weird comment. [CI SKIP]Guo Xiang Tan2014-07-091-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #16097 from nishantmodak/correct_mdZachary Scott2014-07-0812-33/+29
|\ \ \ \ \ \ \
| * | | | | | | correct markdown usage [ci skip]Nishant Modak2014-07-0912-33/+29
* | | | | | | | Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-087-22/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | Since upgrading rack we can remove unnecessary string encodingsJarmo Isotalo2014-05-191-9/+2
| * | | | | | | | Upgraded rackJarmo Isotalo2014-05-196-13/+32
* | | | | | | | | Merge pull request #16095 from eileencodes/update-changelog-for-pr-14899Rafael Mendonça França2014-07-081-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Add changelog for PR #14899eileencodes2014-07-081-0/+15
|/ / / / / / / / /
* | | | | | | | | Merge pull request #16094 from zuhao/refactor_activerecord_belongs_to_associa...Rafael Mendonça França2014-07-081-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Include fixtures to prevent foreign key violation.Zuhao Wan2014-07-091-0/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #16093 from zuhao/refactor_activerecord_nested_through_ass...Rafael Mendonça França2014-07-081-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Warm up cache to prevent assertion failure.Zuhao Wan2014-07-081-0/+1
* | | | | | | | | Merge pull request #16071 from sgrif/sg-pg-type-castRafael Mendonça França2014-07-081-15/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove PG's definition of `type_cast`Sean Griffin2014-07-061-15/+0
* | | | | | | | | | Merge pull request #16072 from sgrif/sg-xml-quotingRafael Mendonça França2014-07-085-5/+56
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-065-5/+56
| |/ / / / / / / /
* | | | | | | | | test i18n against a routed appAaron Patterson2014-07-071-1/+16
* | | | | | | | | remove the mounted_helpers respond_to checkAaron Patterson2014-07-071-1/+1