aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Use released arelGodfrey Chan2014-10-301-1/+1
|
* Use `#between`, rather than `#in` for passing Ranges to ArelSean Griffin2014-10-301-0/+1
| | | | Passing ranges to `#in` has been deprecated in Arel.
* Use released rails-dom-testingRafael Mendonça França2014-10-161-2/+0
|
* Always use latest turbolinksRafael Mendonça França2014-10-131-1/+1
|
* Default generated Gemfile to coffee-rails ~> 4.1.0Joshua Peek2014-10-121-1/+1
|
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-0/+2
| | | | This is to match the changes in Rails Dom Testing rails/rails-dom-testing#20.
* No need to install the deprecated_sanitizer gemRafael Mendonça França2014-09-251-1/+0
| | | | It is not being used in our tests
* rails-html-sanitizer is now the defaultRafael Mendonça França2014-09-251-1/+0
| | | | Also add to upgrading guide a notice about the deprecated sanitizers
* Use released rails-html-sanitizer and rails-deprecated_sanitizerGodfrey Chan2014-09-261-4/+2
|
* Use released rails-dom-testingRafael Mendonça França2014-09-251-2/+0
|
* Pare down and simplify Active Job's rake tasksJeremy Kemper2014-09-141-0/+3
|
* Globalid was releasedRafael Mendonça França2014-09-121-2/+0
|
* Use latest globalidRafael Mendonça França2014-09-121-1/+2
|
* Remove version. No longer using Celluloid 0.16.Brandon Hilkert2014-09-121-1/+1
|
* lock suckerpunch version to 1.1Abdelkader Boudih2014-09-121-1/+1
|
* ActiveJob Integration TestsCristian Bica2014-09-111-1/+3
|
* Dependencies: bump to jquery-rails 4.0.0.beta2Godfrey Chan2014-09-051-1/+1
|
* Use the released jquery-rails gemGodfrey Chan2014-09-051-1/+1
|
* Add TODO to release the gems before the next Rails releaseRafael Mendonça França2014-09-051-0/+5
|
* Move implementation to the gemsRafael Mendonça França2014-09-011-0/+1
| | | | Now we keep only the common code and move the specific code to the gems
* Add test to assert the right sanitizer vendor is being usedRafael Mendonça França2014-09-011-1/+1
|
* Use jquery-rails masterRafael Mendonça França2014-09-011-1/+1
|
* Create a group to active job gemsRafael Mendonça França2014-08-191-11/+13
|
* Use the released turbolinks gemCarlos Antonio da Silva2014-08-191-3/+1
|
* Require sprockets-rails 3.0.0.beta1Rafael Mendonça França2014-08-191-1/+0
|
* Add TODO note about the gems missing releaseRafael Mendonça França2014-08-191-1/+3
|
* Remove git dependeciesRafael Mendonça França2014-08-191-2/+0
|
* Use released rails-html-sanitizerRafael Mendonça França2014-08-191-1/+1
|
* Use released rails-deprecated_sanitizerRafael Mendonça França2014-08-191-1/+0
|
* loofah require dependecy is not needed anymoreRafael Mendonça França2014-08-191-2/+0
|
* Gem `queue_classic` does not support JRubyPeter Suschlik2014-08-191-1/+1
|
* Point to unreleased deprecated_sanitizerRafael Mendonça França2014-08-181-0/+1
|
* Use the released beta of i18nCarlos Antonio da Silva2014-08-181-1/+0
|
* Merge branch 'loofah'Rafael Mendonça França2014-08-171-0/+3
|\ | | | | | | | | Conflicts: Gemfile
| * Merge branch 'master' into loofahRafael Mendonça França2014-08-171-1/+15
| |\ | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md
| * | Use the release gems and point application gemfile to right loofahRafael Mendonça França2014-08-171-4/+2
| | |
| * | Merge branch 'master' into loofahRafael Mendonça França2014-08-121-1/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md actionpack/test/controller/integration_test.rb actionview/CHANGELOG.md
| * \ \ Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loofah-integration Conflicts: actionpack/CHANGELOG.md actionview/CHANGELOG.md
| | * | | Point gems to all the right places.Timm2014-06-161-4/+4
| | | | |
| | * | | Added rails-dom-testing and rails-html-sanitizer to Gemfile. Added tests for ↵Timm2014-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | assert_select_email.
| | * | | Added Loofah as a dependency in actionview.gemspec.Timm2014-06-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-1/+0
| |_|_|/ |/| | |
* | | | Merge pull request #16485 from seuros/activejobDavid Heinemeier Hansson2014-08-171-0/+14
|\ \ \ \ | | | | | | | | | | Integrate ActiveJob / DeliverLater / GlobalID with Rails
| * | | | [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-171-0/+1
| | | | |
| * | | | Clean adapter_test.rb and skip test for sidekiq in unsupported rubiesAbdelkader Boudih2014-08-131-11/+11
| | | | |
| * | | | Remove activejob integration testsAbdelkader Boudih2014-08-121-0/+13
| | |_|/ | |/| |
* / | | Allow usage of bundle local config for rack by specifying the branchCarlos Antonio da Silva2014-08-171-1/+1
|/ / / | | | | | | | | | [ci skip]
* | | Test using turbolinks masterRafael Mendonça França2014-08-061-1/+1
| | | | | | | | | | | | | | | See https://github.com/rails/turbolinks/commit/153f1b0f04c718442cfd73365a2778dfe1a1c5c7
* | | Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+6
|/ / | | | | | | | | | | | | | | | | | | Since the rubysl-yaml gem doesn't ship with Psych by default because of its dependency on libyaml, on Rubinius, the default engine is Syck. However, if we want to be able to run the application safely on different rubies, we need to make people using Rubinius rely on Psych. See http://git.io/uuLVag for further information.
* | Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-0/+1
|\ \ | |/ |/| This updates rails to use edge rack