aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-129-8/+12
|
* CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fixAkira Matsuda2014-08-121-0/+6
|
* Remove old setup from AS test caseCarlos Antonio da Silva2014-08-121-5/+0
| | | | | This was added back in Rails 3 on c4a6109286909c394e8c5bfc471a1eb9de245d2b, and is not being used anymore.
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-128-4/+34
| | | | | Calling ActiveSupport::TestCase.i_suck_and_my_tests_are_order_dependent! in AS::TestCase makes everyone's tests order dependent, which should never be done by the framework.
* Merge pull request #16472 from y-yagi/patch-1Carlos Antonio da Silva2014-08-121-1/+1
|\ | | | | [ci skip] Fix broken url in plugins guide
| * [ci skip] Fix broken url in plugins guideyuuji.yaginuma2014-08-121-1/+1
|/
* Merge pull request #16456 from ↵Santiago Pastorino2014-08-112-1/+8
|\ | | | | | | | | lsylvester/improve-active-record-error-message-on-update_columns-for-destroyed-records Change error message in update_columns for destroyed objects
| * update error message to reflect that the record could have been destroyedlsylvester2014-08-112-1/+8
|/
* Merge pull request #16300 from ↵Godfrey Chan2014-08-101-1/+5
|\ | | | | | | | | vast/mention-changes-to-nil-serialization-in-upgrading-from-3.2 Mention changes to `nil` handling in serialized attributes
| * [ci skip] Clarify the "Serialized Attributes" sectionVasily Polovnyov2014-07-261-1/+2
| | | | | | | | | | Mention that the change in nil handling for serialized attributes affects custom coders.
| * [ci skip] Mention the change in nil handling for serialized attributesVasily Polovnyov2014-07-261-0/+3
| | | | | | | | in "Upgrading from Rails 3.2 to Rails 4.0"
* | Merge pull request #16453 from reshleman/re-cleanup-guides-guidelinesZachary Scott2014-08-101-12/+10
|\ \ | | | | | | Cleanup Guides Guidelines [ci skip]
| * | Cleanup Guides Guidelines [ci skip]Robert Eshleman2014-08-101-12/+10
|/ / | | | | | | | | | | * Copy editing for clarity in several locations * Rename "Titles" section to "Headings" * Fix incorrect anchor in link to API Documentation Guidelines for filenames
* | Merge pull request #16451 from y-yagi/patch-2Zachary Scott2014-08-101-2/+2
|\ \ | | | | | | [ci skip] Fix sample code in engines guide
| * | [ci skip] Fix sample code in engines guideyuuji.yaginuma2014-08-101-2/+2
|/ /
* | Merge pull request #16441 from ↵Santiago Pastorino2014-08-091-4/+4
|\ \ | | | | | | | | | | | | tomkadwill/activerecord_associations_options_param [ci skip] Changed options to +options+ for rdoc
| * | [ci skip] Changed options to +options+ for rdocTom Kadwill2014-08-091-4/+4
| | |
* | | Merge pull request #16440 from tgxworld/pass_log_in_blockSantiago Pastorino2014-08-091-4/+6
|\ \ \ | | | | | | | | Pass block for logging.
| * | | Pass block for logging.Guo Xiang Tan2014-08-091-4/+6
| | | | | | | | | | | | | | | | This follows the good practice listed on http://guides.rubyonrails.org/debugging_rails_applications.html#impact-of-logs-on-performance.
* | | | Merge pull request #16439 from voxxit/patch-1Santiago Pastorino2014-08-091-1/+1
|\ \ \ \ | | | | | | | | | | Using delegated connection method
| * | | | Using delegated connection methodJoshua Delsman2014-08-081-1/+1
| | |/ / | |/| |
* | | | Merge pull request #16443 from duccioarmenise/patch-1Vijay Dev2014-08-091-1/+1
|\ \ \ \ | |/ / / |/| | | Rails Tutorial link updated
| * | | Update README.mdDuccio Armenise2014-08-091-1/+1
|/ / / | | | | | | Ruby on Rails Tutorial link updated.
* | | Merge pull request #16437 from mscoutermarsh/masterRichard Schneeman2014-08-081-1/+1
|\ \ \ | | | | | | | | Docs: grammar fix for fetch. [ci skip]
| * | | Docs: grammar fix for fetch. [ci skip]Mike Coutermarsh2014-08-081-1/+1
|/ / /
* | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"Santiago Pastorino2014-08-085-38/+3
| | | | | | | | | | | | | | | | | | | | | This reverts commit 705977620539e2be6548027042f33175ebdc2505, reversing changes made to dde91e9bf5ab246f0f684b40288b272f4ba9a699. IT BROKE THE BUILD!!!
* | | Merge pull request #16434 from strzalek/cookies-digest-config-optionSantiago Pastorino2014-08-085-3/+38
|\ \ \ | | | | | | | | Add digest config option for SignedCookiesJar
| * | | Return preconfigured AS::MessageVerifierŁukasz Strzałkowski2014-08-082-1/+7
| | | |
| * | | Add config option for cookies digestŁukasz Strzałkowski2014-08-084-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | You can now configure custom digest for cookies in the same way as `serializer`: config.action_dispatch.cookies_digest = \SHA256'
* | | | save a hash allocation per request.Aaron Patterson2014-08-081-1/+1
| | | |
* | | | add a test for prepending SCRIPT_NAME to generated urlsAaron Patterson2014-08-081-0/+88
| | | |
* | | | Merge pull request #16429 from arunagw/aa-build-fix-gemfile-springSantiago Pastorino2014-08-083-8/+13
|\ \ \ \ | |/ / / |/| | | Fixes test for Gemfile entry changes
| * | | Fixes test for Gemfile entry changesArun Agrawal2014-08-083-8/+13
| |/ / | | | | | | | | | Broken by fbe38c9e9d4fe9f82518e8ffc1d757459b0c5f1c
* | | Merge pull request #16427 from ryandao/full_stack_source_extractGuillermo Iguaran2014-08-089-69/+114
|\ \ \ | | | | | | | | Full stack source extract
| * | | Update actionpack CHANGELOGRyan Dao2014-08-081-0/+5
| | | |
| * | | Retrieve source code for the entire stack traceRyan Dao2014-08-088-69/+109
| |/ / | | | | | | | | | | | | | | | Provide the ability to extract the source code of the entire exception stack trace, not just the frame raising the error. This improves debugging capability of the error page, especially for framework-related errors.
* | | Merge pull request #16426 from tgxworld/fix_false_positiveSantiago Pastorino2014-08-081-4/+5
|\ \ \ | | | | | | | | Fixes to TestCaseTest.
| * | | Fixes to TestCaseTest.Guo Xiang Tan2014-08-081-4/+5
| |/ /
* | | Fix the #const_regexp's documentation [ci skip]Robin Dupret2014-08-081-3/+4
| | | | | | | | | | | | | | | | | | Originally introduced in f9086d63, the documentation of this method is wrong as #const_regexp returns a string to easy the interpolation inside regular expressions.
* | | Merge pull request #16430 from guillermo/patch-1Rafael Mendonça França2014-08-081-1/+1
|\ \ \ | | | | | | | | Fix typo in plugins doc
| * | | Fix typo in plugins docGuillermo Álvarez Fernández2014-08-081-1/+1
|/ / /
* | | Merge pull request #16428 from tomkadwill/activerecord_associations_name_paramCarlos Antonio da Silva2014-08-081-4/+4
|\ \ \ | |/ / |/| | [ci skip] Changed 'first argument' to '+name+ argument'
| * | [ci skip] Changed 'first argument' to '+name+ argument'Tom Kadwill2014-08-081-4/+4
|/ /
* | Rephrase how we explain RecordInvalid exception in the context ofZachary Scott2014-08-071-3/+5
| | | | | | | | | | | | `#create!` regarding validations in contrast to the behavior of `#create`. Also describe creating multiple objects using an array of hashes as the +attributes+ parameter. [ci skip] /cc #16384
* | Merge pull request #16384 from tomkadwill/improved_create_documentationZachary Scott2014-08-071-2/+5
|\ \ | | | | | | [ci skip] Added +object+ and +attributes+ to create! description for rdoc
| * | [ci skip] Updated create! documentation description and added +attributes+ ↵Tom Kadwill2014-08-071-2/+5
| | | | | | | | | | | | for rdoc
* | | Pull spring gem entry into the Gemfile template instead of gemfile_entries ↵David Heinemeier Hansson2014-08-072-10/+12
| | | | | | | | | | | | so it can be grouped with the other development tools
* | | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-0737-207/+400
|\ \ \
| * | | need to call superAaron Patterson2014-08-071-0/+1
| | | |
| * | | add a new constructor that runs load hooksAaron Patterson2014-08-072-5/+9
| | | |