aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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. Loofa...Timm2014-06-152-41/+2
| | * | | | | | 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
* | | | | | | | 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.Lucas Mazza2014-08-171-0/+5
* | | | | | | | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-1714-27/+105
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the default `null` value for timestampsSean Griffin2014-08-1214-27/+105
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #16294 from bf4/code_toolsRafael Mendonça França2014-08-175-127/+159
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatisticsBenjamin Fleischer2014-07-253-42/+47
| * | | | | | | Fail profiler fast when input is not a ruby fileBenjamin Fleischer2014-07-251-0/+12
| * | | | | | | Optionally add String extensions for ruby-prof printer optionBenjamin Fleischer2014-07-251-0/+26
| * | | | | | | Encapsulate tools/profile functionality in CodeTools::ProfilerBenjamin Fleischer2014-07-251-52/+76
| * | | | | | | Correct tools/profile usage exampleBenjamin Fleischer2014-07-251-1/+1
| * | | | | | | Remove unused, broken, legacy ruby-prof extension from 2005Benjamin Fleischer2014-07-251-35/+0
* | | | | | | | 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
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [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 ActionMailer::Deliv...Abdelkader Boudih2014-08-174-8/+10
| | * | | | | | | | [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 A...Cristian Bica2014-08-154-11/+23
| | * | | | | | | | 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
| | * | | | | | | | | Update activejob's READMECristian Bica2014-08-121-7/+28