aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Make sure we clean preview_interceptorsArthur Neves2014-03-071-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #14316 from the4dpatrick/masterArthur Nogueira Neves2014-03-071-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add preventDefault() on click eventPatrick Perey2014-03-071-1/+3
|/ / / / / / /
* | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-078-22/+37
|\ \ \ \ \ \ \
| * | | | | | | fix typo app -> alldmathieu2014-03-071-1/+1
| * | | | | | | unscope doesn't remove only the default_scope, but all of them.dmathieu2014-03-071-4/+5
| * | | | | | | Update doc for TagHelper.Hendy Tanata2014-03-051-2/+8
| * | | | | | | Improve collision explanation for Hash#transform_keys.Hendy Tanata2014-02-281-3/+3
| * | | | | | | Fix code alignment in duplicable? guide.Hendy Tanata2014-02-271-2/+2
| * | | | | | | Improve guide for Hash#transform_keys and related methods.Hendy Tanata2014-02-271-6/+15
| * | | | | | | :scissors:Zachary Scott2014-02-233-3/+3
| * | | | | | | Tweak Configuring Guide languageGaurish Sharma2014-02-231-1/+1
| * | | | | | | typos fixesMikhail Dieterle2014-02-221-4/+4
* | | | | | | | Merge pull request #14257 from killthekitten/patch-1Vijay Dev2014-03-061-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] Add "Low-Level Caching" part to "Caching With Rails"Nikolay Shebanov2014-03-061-0/+20
* | | | | | | | | Merge pull request #14285 from sikachu/master-revert-render-body-remove-conte...Aaron Patterson2014-03-068-51/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-058-51/+24
* | | | | | | | | | Merge pull request #14296 from joker1007/fix_rails_guides_about_active_record...Yves Senn2014-03-061-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Fix guide about `config.active_record.default_timezone` [ci skip]joker10072014-03-061-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14101 from sikachu/master-fix-versioning-taskJeremy Kemper2014-03-0519-54/+167
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-0519-54/+167
|/ / / / / / / /
* | | | | | | | Remove a reference to an issue [ci skip]Robin Dupret2014-03-051-1/+1
* | | | | | | | get rid of intermediate arrays.Yves Senn2014-03-051-2/+3
* | | | | | | | we only need to support `asc` and `ASC`. No need for mixed cases. #14263Yves Senn2014-03-052-34/+25
* | | | | | | | docs, flash message keys are normalized to strings. [ci skip]Yves Senn2014-03-051-0/+20
* | | | | | | | quick pass over Active Record CHANGELOG. [ci skip].Yves Senn2014-03-051-13/+10
* | | | | | | | Merge pull request #14263 from robin850/allow_passing_string_to_order_hashYves Senn2014-03-053-5/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow string hash values on AR order methodMarcelo Casiraghi2014-03-043-5/+52
* | | | | | | | | Merge pull request #14261 from MSch/bound-parameters-for-existsAaron Patterson2014-03-042-3/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make exists? use bound values.Martin Schùˆrrer2014-03-042-3/+20
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Revert "Merge pull request #14269 from arthurnn/expanded_key_array"Godfrey Chan2014-03-043-14/+4
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #14269 from arthurnn/expanded_key_arrayGuillermo Iguaran2014-03-043-4/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Cache key should be different when is Array.Arthur Neves2014-03-033-4/+14
| |/ / / / / /
* | | | | | | Merge pull request #14243 from pch/digestor-variantsDavid Heinemeier Hansson2014-03-046-24/+105
|\ \ \ \ \ \ \
| * | | | | | | Variants in ActionView::DigestorPiotr Chmolowski2014-03-046-24/+105
* | | | | | | | Always return an array from formats so there is no need to wrap it when callingCarlos Antonio da Silva2014-03-043-3/+3
* | | | | | | | Fix for external generators extend Erb::GeneratorsAllen Fair2014-03-041-1/+1
|/ / / / / / /
* | | | | | | Inline block to fix indent [ci skip]Carlos Antonio da Silva2014-03-041-3/+1
* | | | | | | Merge pull request #14273 from vipulnsward/fix-warning-13244Yves Senn2014-03-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix enum test unused variable warning.Vipul A M2014-03-041-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #13244 from kommen/pg_enum_type_mapYves Senn2014-03-044-0/+45
|\ \ \ \ \ \ \
| * | | | | | | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-044-0/+45
| |/ / / / / /
* | | | | | | Use 1.9 style hash on docs [ci skip]Carlos Antonio da Silva2014-03-041-1/+1
* | | | | | | Simplify handling of defaults/options in button_tagCarlos Antonio da Silva2014-03-041-4/+1
* | | | | | | Added missing changlog entry for #14255Godfrey Chan2014-03-041-0/+7
* | | | | | | Merge pull request #14255 from prikha/masterGodfrey Chan2014-03-042-5/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove private method and rewrite into more precise notationSergey Prikhodko2014-03-041-12/+12
| * | | | | | rollback to private methodSergey Prikhodko2014-03-031-5/+9
| * | | | | | cleanup and move extracted method right into the helperSergey Prikhodko2014-03-031-9/+5
| * | | | | | fix content_or_options to be replaced by options and set to nilSergey Prikhodko2014-03-031-1/+6