aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | bad_tags include form since we remove it. Also to prevent a ↵Timm2014-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should_allow_form_tag test creation.
| | * | | | | | Changed expected value from '<b>' to empty string.Timm2014-06-151-1/+1
| | | | | | | |
| | * | | | | | Removed the contains_bad_protocols? method as well as the tests for it. ↵Timm2014-06-152-41/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loofah already deals with this.
| | * | | | | | Reordered form removal with stripping.Timm2014-06-152-5/+8
| | | | | | | |
| | * | | | | | Added PermitScrubber which allows you to permit elements for sanitization.Timm2014-06-152-13/+85
| | | | | | | |
| | * | | | | | Removed duplication in the deprecated methods.Timm2014-06-151-5/+5
| | | | | | | |
| | * | | | | | Added Loofah as a dependency in actionview.gemspec.Timm2014-06-117-32/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb. Deprecated protocol_separator and bad_tags. Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
* | | | | | | | Use released arelRafael Mendonça França2014-08-172-2/+1
| | | | | | | |
* | | | | | | | Merge pull request #16533 from lucasmazza/lm-named-routes-helperRafael Mendonça França2014-08-171-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Deprecate NamedRouteCollection#helpers.
| * | | | | | | Deprecate NamedRouteCollection#helpers.Lucas Mazza2014-08-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method was removed at 210b338db20b1cdd0684f40bd78b52ed16148b99 but it is used by third party gems to check if a named route was defined. To help on the upgrade path on 4.2.0 we bring it back and emit a deprecation warning.
* | | | | | | | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-1714-27/+105
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change the default `null` value for timestamps
| * | | | | | | | Change the default `null` value for timestampsSean Griffin2014-08-1214-27/+105
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per discussion, this changes the model generators to specify `null: false` for timestamp columns. A warning is now emitted if `timestamps` is called without a `null` option specified, so we can safely change the behavior when no option is specified in Rails 5.
* | | | | | | | Merge pull request #16294 from bf4/code_toolsRafael Mendonça França2014-08-175-127/+159
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Update, unify, encapsulate, and fix various code tools in Rails
| * | | | | | | Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatisticsBenjamin Fleischer2014-07-253-42/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Fail profiler fast when input is not a ruby fileBenjamin Fleischer2014-07-251-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Optionally add String extensions for ruby-prof printer optionBenjamin Fleischer2014-07-251-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Encapsulate tools/profile functionality in CodeTools::ProfilerBenjamin Fleischer2014-07-251-52/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in path expansion of input filepath [ci skip]
| * | | | | | | Correct tools/profile usage exampleBenjamin Fleischer2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Remove unused, broken, legacy ruby-prof extension from 2005Benjamin Fleischer2014-07-251-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Add CHANGELOG entry for #deliver_laterDavid Heinemeier Hansson2014-08-171-0/+7
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-1781-10/+2220
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #16485 from seuros/activejobDavid Heinemeier Hansson2014-08-1780-9/+2219
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Integrate ActiveJob / DeliverLater / GlobalID with Rails
| | * | | | | | | | [ActiveJob] require global_id/railtieAbdelkader Boudih2014-08-171-1/+1
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] raise DeserializationError when got an error deserializingCristian Bica2014-08-174-0/+27
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] Add deserialize_arguments method to jobAbdelkader Boudih2014-08-171-1/+7
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] Fix tests for sucker_punchAbdelkader Boudih2014-08-178-12/+32
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-179-14/+11
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] make the resque-scheduler optionalCristian Bica2014-08-171-3/+6
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] remove ruby warningsAbdelkader Boudih2014-08-172-3/+3
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] Convert ActiveJob::Arguments into moduleAbdelkader Boudih2014-08-171-6/+7
| | | | | | | | | |
| | * | | | | | | | [ActiveJob] require files in logging.rbAbdelkader Boudih2014-08-171-0/+2
| | | | | | | | | |
| | * | | | | | | | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ↵Abdelkader Boudih2014-08-174-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionMailer::DeliveryJob
| | * | | | | | | | [ActiveJob] Fix test syntaxAbdelkader Boudih2014-08-171-10/+10
| | | | | | | | | |
| | * | | | | | | | ActiveJob guides improvements [ci skip]Cristian Bica2014-08-161-108/+29
| | | | | | | | | |
| | * | | | | | | | Added docs for AJ::Callbacks; Added AJ to docs build mapCristian Bica2014-08-162-4/+115
| | | | | | | | | |
| | * | | | | | | | Fixed indentationCristian Bica2014-08-161-1/+1
| | | | | | | | | |
| | * | | | | | | | Moved AR testing from using global variable to thread variableCristian Bica2014-08-167-15/+15
| | | | | | | | | |
| | * | | | | | | | Suggest the perform method can take arguments when generating an ActiveJob jobCristian Bica2014-08-151-2/+2
| | | | | | | | | |
| | * | | | | | | | ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure ↵Cristian Bica2014-08-154-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActiveJob from app.config.active_job
| | * | | | | | | | Removed method missing from ActionMailer::MessageDeliveryCristian Bica2014-08-152-4/+4
| | | | | | | | | |
| | * | | | | | | | Update resque_adapter.rbAbdelkader Boudih2014-08-141-1/+1
| | | | | | | | | |
| | * | | | | | | | Added ActiveJob configuration for travisCristian Bica2014-08-142-2/+3
| | | | | | | | | |
| | * | | | | | | | Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-149-83/+73
| | | | | | | | | |
| | * | | | | | | | Make ActionMailer::Previews methods class methods.Abdelkader Boudih2014-08-142-0/+8
| | | | | | | | | |
| | * | | | | | | | Update ActiveJob guide [ci skip]Cristian Bica2014-08-131-3/+12
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into activejobCristian Bica2014-08-1319-39/+78
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | [ci skip] First version of the Active Job guideCristian Bica2014-08-131-0/+323
| | | | | | | | | | |
| | * | | | | | | | | Clean adapter_test.rb and skip test for sidekiq in unsupported rubiesAbdelkader Boudih2014-08-133-64/+33
| | | | | | | | | | |
| | * | | | | | | | | Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-1311-10/+163
| | | | | | | | | | |
| | * | | | | | | | | Modified activejob.gemspec to match other rails gems formatCristian Bica2014-08-121-4/+6
| | | | | | | | | | |