aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* `Rails.threadsafe!` mode is deprecatedGaurish Sharma2014-02-101-1/+1
* Simplify doc [ci skip]Vijay Dev2014-02-091-1/+1
* Merge pull request #13630 from seapy/masterVijay Dev2014-02-091-2/+2
|\
| * Fixed typo [ci skip]seapy2014-01-081-2/+2
* | Merge pull request #13994 from elysdir/masterVijay Dev2014-02-091-3/+3
|\ \
| * | Clarifying confusing phrasingJed Hartman2014-02-091-3/+3
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-099-12/+13
|\ \ \ | |/ / |/| |
| * | Fixed a grammatical error in Booleans section of API documentation guideZachary Scott2014-02-091-1/+1
| * | adds a section about booleans in the API guidelines [ci skip]Xavier Noria2014-02-091-0/+47
| * | Use full-length version of multiple from c7abc51Zachary Scott2014-02-091-1/+1
| * | docs, link MySQL manual for multi column indexes. [ci ckip].Yves Senn2014-02-091-1/+3
| * | Specify what #starts_with? we're talking about. Also added a note whatZachary Scott2014-02-091-1/+2
| * | Fix grammar of internal comment and modify it's locationZachary Scott2014-02-091-1/+2
| * | Fixed spelling error: `extracetd` => `extracted`Calvin Tam2014-02-071-1/+1
| * | Remove old comments about suppressing warnings.Vipul A M2014-01-251-1/+1
| * | `framwork` => `framework`Vipul A M2014-01-241-1/+1
| * | `easiy` => `easy`Vipul A M2014-01-241-1/+1
| * | `requies` => `requires`Vipul A M2014-01-241-1/+1
| * | Remove duplicate configuration option for ActiveSupport [ci skip]Zachary Scott2014-01-161-1/+0
| * | add punctuationWaynn Lue2014-01-131-2/+2
| * | e-mail => email, and subject/verb agreementWaynn Lue2014-01-131-1/+1
| * | change to "check out"Waynn Lue2014-01-081-1/+1
* | | Merge pull request #13982 from dskang/fix-response-flatten-infinite-recursionAaron Patterson2014-02-092-1/+19
|\ \ \
| * | | Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-082-1/+10
| * | | Add missing test for response destructuring.Myron Marston2014-02-081-0/+9
* | | | Merge pull request #13990 from zzak/ap_dont_autoload_filter_parametersRafael Mendonça França2014-02-091-1/+0
|\ \ \ \
| * | | | FilterParameters is referenced at the class level from the RequestZachary Scott2014-02-091-1/+0
* | | | | Merge pull request #13985 from zzak/remove_old_todo_in_url_for_testCarlos Antonio da Silva2014-02-091-3/+0
|\ \ \ \ \
| * | | | | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
| |/ / / /
* | | | | Remove end of line whitespace from bb87c16Zachary Scott2014-02-091-4/+4
* | | | | Merge pull request #13983 from hsbt/remove-warningGodfrey Chan2014-02-091-1/+1
|\ \ \ \ \
| * | | | | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
|/ / / / /
* | | | | use feature detection to decide which implementation to useAaron Patterson2014-02-081-1/+1
* | | | | Merge pull request #13981 from Fortisque/kevin/postgresql_reaper_threadsafeAaron Patterson2014-02-085-4/+15
|\ \ \ \ \
| * | | | | Reaper has access to threadsafe active? callKevin Casey2014-02-085-4/+15
* | | | | | Merge pull request #13978 from Fortisque/kevin/validation_context_for_childrenAaron Patterson2014-02-084-1/+27
|\ \ \ \ \ \
| * | | | | | context in validation goes through has many relationshipKevin Casey2014-02-084-1/+27
* | | | | | | Merge pull request #13980 from mellowi/skipping_linked_folder_tests_if_symlin...Aaron Patterson2014-02-081-2/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Skips linked folder tests if symlink is invalidMikko Johansson2014-02-091-2/+6
* | | | | | | Merge pull request #13979 from mellowi/windows_disallowed_static_files_skippedAaron Patterson2014-02-081-2/+7
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | Skips tests on Windows that create files with illegal charactersMikko Johansson2014-02-091-2/+7
* | | | | | Merge pull request #13977 from Octember/masterAaron Patterson2014-02-082-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed an issue where reloading of removed dependencies would cause an unexpec...Noah Lindner2014-02-082-0/+20
|/ / / / /
* | | | | Merge pull request #13974 from laurocaetano/test_case_for_autosave_with_accep...Rafael Mendonça França2014-02-083-0/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add test case for autosave HasMany with accepts_nested_attributes.Lauro Caetano2014-02-083-0/+33
|/ / / /
* | | | Updated the cookie docs to use the safer JSON.{generate,parse}Godfrey Chan2014-02-081-5/+5
* | | | Rely on backticks instead of tt tags [ci skip]Robin Dupret2014-02-081-2/+2
* | | | docs, Cookie values are String based. Closes #12860. [ci skip]Yves Senn2014-02-081-7/+7
* | | | Adjust test value so that timezone has no effectAndrew White2014-02-071-1/+1
|/ / /
* | | Merge pull request #13952 from prathamesh-sonpatki/testingYves Senn2014-02-071-1/+1
|\ \ \