aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Changed the tests to ensure HybridSerializer actually migrates the cookies (c...Godfrey Chan2014-02-111-10/+18
| * | | | Fixed minor typo in test codeGodfrey Chan2014-02-111-1/+1
| * | | | Tests for the HybridSerializerRafael Mendonça França2014-02-111-0/+68
| * | | | Removed an old testGodfrey Chan2014-02-111-5/+0
| * | | | Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)Godfrey Chan2014-02-111-0/+14
| * | | | Just very so slightly better test coverageGodfrey Chan2014-02-111-15/+57
| * | | | Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-117-67/+64
* | | | | Merge pull request #14029 from senny/dont_crash_on_empty_secrets_ymlGuillermo Iguaran2014-02-133-1/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-123-1/+14
* | | | | Merge pull request #14035 from matthewd/pg_terminate_backendAaron Patterson2014-02-121-19/+29
|\ \ \ \ \
| * | | | | Terminate the backend ourselves on PG 9.2+Matthew Draper2014-02-121-19/+29
|/ / / / /
* | | / / `execute` is a hotspot, so let's reduce branchesAaron Patterson2014-02-121-6/+2
| |_|/ / |/| | |
* | | | Merge pull request #13761 from iainbeeston/refactor_out_render_objectRafael Mendonça França2014-02-122-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Added tests to render helper that expect `render partial: @foo` toIain Beeston2014-02-122-0/+11
* | | | Merge pull request #14025 from xtian/rails-new-quietYves Senn2014-02-121-1/+2
|\ \ \ \
| * | | | Hide bundler output for `rails new` if quiet option is specified.Christian Wesselhoeft2014-02-111-1/+2
| |/ / /
* | | | Merge pull request #14026 from sferik/rbx-2Carlos Antonio da Silva2014-02-122-7/+2
|\ \ \ \
| * | | | Update Travis settings for RubiniusErik Michaels-Ober2014-02-122-7/+2
|/ / / /
* | | | Merge pull request #14023 from prathamesh-sonpatki/assert_redirected_toCarlos Antonio da Silva2014-02-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [Testing Guide] Explain usage of assert_redirected_to with named routes and A...Prathamesh Sonpatki2014-02-121-1/+1
* | | | adding missed changekayvan2014-02-111-1/+1
* | | | adding connection parameter to check_pending for migrationskayvan2014-02-111-5/+5
* | | | add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-112-1/+33
* | | | Revert "Don't symbolize tainted data." [ci skip]Xavier Noria2014-02-111-5/+1
* | | | Merge pull request #14016 from devlinzed/i18n_doc_fixXavier Noria2014-02-111-1/+5
|\ \ \ \
| * | | | Don't symbolize tainted data.devlin zed2014-02-111-1/+5
|/ / / /
* | | | Merge pull request #14015 from acapilleri/add_patchGuillermo Iguaran2014-02-111-1/+1
|\ \ \ \
| * | | | add patch in HTTP Verb Constraints [ci skip]Angelo capilleri2014-02-111-1/+1
|/ / / /
* | | | test case to illustrate current PostgreSQL composite behavior.Yves Senn2014-02-111-0/+42
* | | | Merge pull request #13571 from bak/getting_started_guideVijay Dev2014-02-111-17/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | A pass over the Getting Started guide sections 1, 2, and 3 [ci skip]Ben Cullen-Kerney2014-02-091-17/+32
* | | | Merge pull request #14008 from udaykadaboina/jqueryUpgradeCarlos Antonio da Silva2014-02-111-1/+1
|\ \ \ \
| * | | | Upgraded jquery-rails gem versionUday Kadaboina2014-02-031-1/+1
* | | | | docs, hide inflector comment targeting only contributors. [ci skip]Yves Senn2014-02-111-1/+3
| |_|/ / |/| | |
* | | | Merge pull request #14007 from kintamanimatt/missing_directory_slashesRafael Mendonça França2014-02-101-9/+9
|\ \ \ \
| * | | | Add missing directory slashes [ci skip]Matthew Nicholas Bradley2014-02-101-9/+9
* | | | | Avoid using deprecated arel constantsRafael Mendonça França2014-02-102-3/+3
* | | | | Merge pull request #13919 from jcoyne/fix_jruby_encodingRafael Mendonça França2014-02-102-3/+10
|\ \ \ \ \
| * | | | | Fix tidy_bytes for JRubyJustin Coyne2014-02-102-3/+10
| |/ / / /
* | | | | docs, link to HTTP and CGI header definitions. [ci skip]Yves Senn2014-02-102-3/+5
* | | | | docs, update broken link. [ci skip]Yves Senn2014-02-101-2/+2
|/ / / /
* | | | docs, mention that the current inflection rules are frozen. [ci skip]Yves Senn2014-02-101-0/+4
* | | | Merge pull request #13998 from gaurish/doc-rails-threadsafeRobin Dupret2014-02-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | `Rails.threadsafe!` mode is deprecatedGaurish Sharma2014-02-101-1/+1
* | | | Merge pull request #13997 from dmitry/test_coverage_improvementRafael Mendonça França2014-02-095-12/+46
|\ \ \ \
| * | | | add test coverage for activemodel Dirty#reset_changesDmitry Polushkin2014-02-091-0/+19
| * | | | add actionmailer test coverage for undefined delivery methodDmitry Polushkin2014-02-092-10/+21
| * | | | add activerecord test coverage for `sanitize_sql_array`Dmitry Polushkin2014-02-091-0/+5
| * | | | move alias method `sanitize_conditions` to a correct placeDmitry Polushkin2014-02-091-2/+1
* | | | | Set the :shallow_path as each scope is generatedAndrew White2014-02-093-1/+95
| |/ / / |/| | |