aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * Upgraded rackJarmo Isotalo2014-05-191-0/+1
| | | | | | | | | | | | | | | | As Rack has some non backwards compatible changes added required modifications to keep behaviour in rails close to same as before. Also modified generators to include rack/rack for not yet released version of rack
* | Mail 2.6.1 silences excessive warnings; remove Gemfile hackBenjamin Fleischer2014-06-081-1/+0
| | | | | | | | | | | | | | | | Completes https://github.com/rails/rails/pull/15493 Revert "For our build, stick with mail 2.5.x for now" This reverts commit b8f586a094c104006d29a87fee0d8b48d0af2d14.
* | For our build, stick with mail 2.5.x for nowMatthew Draper2014-06-051-0/+1
| | | | | | | | 2.6 currently has many warnings, which are failing the Travis build.
* | Default config.assets.digests to true in developmentDan Kang2014-05-171-1/+1
|/
* Our test suite isn't ready to run in random order yet :cry:Guillermo Iguaran2014-05-161-0/+3
|
* flexible ruby-oci8 version specification. [Gaurav Sharma]Yves Senn2014-05-151-1/+1
| | | | | | Follow up to #15109. /cc @Gaurav2728
* update ruby-oci8 version specification. Closes #15109. [ci skip]Yves Senn2014-05-151-1/+1
| | | | /cc @yahonda
* Merge pull request #15108 from arthurnn/i18n_masterRafael Mendonça França2014-05-141-0/+1
|\ | | | | Use i18n master to run tests
| * Use i18n master to run testsArthur Neves2014-05-131-0/+1
| |
* | Update Redcarpet to 3.1.2Robin Dupret2014-05-141-1/+1
|/ | | | | | | This version fixes an API breakage between 3.0 and 3.1 ; the header method's arity should not have changed. [ci skip]
* Guides: output valid HTML5Nate Berkopec2014-05-051-1/+1
| | | [ci skip]
* Add branch to arel on Gemfile to allow local bundle config [ci skip]Carlos Antonio da Silva2014-05-021-1/+1
|
* oops! Fix Gemfile. :bomb:Aaron Patterson2014-04-091-1/+2
|
* fix bind collecting for mysqlAaron Patterson2014-04-091-1/+0
|