aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update configuring guide with I18n options regarding available localesJared Beck2013-12-191-0/+6
* Merge pull request #13393 from matthewd/fix_pg_range_testsCarlos Antonio da Silva2013-12-191-11/+11
|\
| * Fix PostgreSQL range testsMatthew Draper2013-12-191-11/+11
* | Unused classes in AMo testsAkira Matsuda2013-12-191-11/+0
* | Unused classes in AS testsAkira Matsuda2013-12-194-30/+0
* | Merge pull request #13400 from nishant-cyro/docsGuillermo Iguaran2013-12-182-2/+2
|\ \
| * | fix typos and grammar mistake [ci skip]nishant-cyro2013-12-192-2/+2
* | | Merge pull request #13398 from kuldeepaggarwal/build-fixesGuillermo Iguaran2013-12-181-0/+2
|\ \ \
| * | | set encoding UTF-8 for accepting multibyte characterKuldeep Aggarwal2013-12-191-0/+2
* | | | Merge pull request #13399 from ghiculescu/patch-1Guillermo Iguaran2013-12-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo: data --> dateAlex Ghiculescu2013-12-191-1/+1
|/ / /
* | | Merge pull request #13366 from vipulnsward/minitest-namespace-changeGodfrey Chan2013-12-1810-18/+18
|\ \ \ | |_|/ |/| |
| * | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-1810-18/+18
* | | Unused classes in test caseAkira Matsuda2013-12-191-25/+0
* | | Merge pull request #13386 from rono23/fix-to-paramRafael Mendonça França2013-12-182-2/+10
|\ \ \
| * | | Fix to_param when attribute has multibyte characterrono232013-12-192-2/+10
* | | | make clear that config/secrets.yml passes through ERB and therefore supports ENVXavier Noria2013-12-181-0/+6
|/ / /
* | | Always point to latest rbx and jruby in travisSantiago Pastorino2013-12-181-4/+4
* | | document how to access mail previews. [ci skip]Yves Senn2013-12-181-0/+3
* | | Fix nil assignment to polymorphic belongs_toJeremy Kemper2013-12-181-0/+5
* | | Merge pull request #13370 from abhishekjain16/refactor_railsYves Senn2013-12-181-16/+10
|\ \ \
| * | | duplication removed(DRY)abhishek2013-12-181-16/+10
* | | | Merge pull request #13373 from sbagdat/patch-1Damien Mathieu2013-12-181-1/+1
|\ \ \ \
| * | | | Fix typo [ci skip]Sıtkı Bağdat2013-12-181-1/+1
|/ / / /
* | | | Added a link to the Module#concerning docs from the 4.1 release notes [ci skip]Godfrey Chan2013-12-181-4/+8
* | | | Merge pull request #13367 from abhishekjain16/new_branchYves Senn2013-12-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang...abhishek2013-12-181-1/+1
* | | | Merge pull request #13340 from akshay-vishnoi/typoGodfrey Chan2013-12-181-5/+4
|\ \ \ \
| * | | | #none documentation updated [ci skip]Akshay Vishnoi2013-12-181-5/+4
* | | | | Use annotated git tags for release taskJeremy Kemper2013-12-182-2/+2
* | | | | we should use annotated tags for releases.Yves Senn2013-12-182-2/+2
* | | | | Merge pull request #13363 from kuldeepaggarwal/f-video-optionsGuillermo Iguaran2013-12-172-5/+11
|\ \ \ \ \
| * | | | | allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-182-5/+11
* | | | | | Merge pull request #13364 from corprew/patch-1Arun Agrawal2013-12-171-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | typo: should be 'DateTime.civil_from_format' and not 'DateTime.civil_from_fro...Corprew Reed2013-12-171-1/+1
|/ / / / /
* | | | | Add a failing test for assigning nil to a polymorphic belongs_to not nullifyi...Jeremy Kemper2013-12-171-0/+13
* | | | | Merge pull request #13358 from JuanitoFatas/patch/release-notesCarlos Antonio da Silva2013-12-171-7/+9
|\ \ \ \ \
| * | | | | [ci skip] Prettify the removals from Action Controller in 4.1 release notes.Juanito Fatas2013-12-181-7/+9
|/ / / / /
* | | | | Its beta1 all aroundDavid Heinemeier Hansson2013-12-172-2/+2
* | | | | Fix dependency orderDavid Heinemeier Hansson2013-12-171-1/+1
* | | | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-177-7/+7
* | | | | Remove the navigator for now. Its ugly and it promises more than it can deliv...David Heinemeier Hansson2013-12-171-6/+1
* | | | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-172-2/+17
* | | | | Mention new CSRF protection gotcha in upgrade guideJeremy Kemper2013-12-171-1/+26
* | | | | Discuss Action Pack's new CSRF protection from remote script tags and what it...Jeremy Kemper2013-12-171-132/+146
* | | | | Fix integration test to pass same-origin verificationJeremy Kemper2013-12-171-1/+1
* | | | | Merge pull request #13345 from jeremy/get-csrfJeremy Kemper2013-12-176-28/+143
|\ \ \ \ \
| * | | | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-176-28/+143
* | | | | | Merge pull request #13314 from laurocaetano/blacklist_array_methodsJeremy Kemper2013-12-174-30/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Create a blacklist to disallow mutator methods to be delegated to `Array`.Lauro Caetano2013-12-174-30/+59