Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The pg gem has started requiring Ruby 2.0+ from 0.19.0 | Andrew White | 2016-11-03 | 1 | -0/+2 |
| | |||||
* | Use later versions of nokogiri on 1.9.3+ | Andrew White | 2016-11-02 | 1 | -1/+6 |
| | |||||
* | Fix File.exists? deprecation warnings in Active Support | Andrew White | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Only list json gem once in Gemfile | Andrew White | 2016-11-02 | 1 | -2/+4 |
| | | | | | | Bundler gives a warning if you have a gem listed more than once in your Gemfile. Even though they were in different platform blocks it's better to combine them in case it causes a problem later. | ||||
* | Prefer https over git for security | Andrew White | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | Fix failing tests on 3-2-stable branch: | Johnny Shields | 2016-09-15 | 1 | -4/+23 |
| | | | | | | | | - Set sudo: false in .travis.yml which uses latest travis engine and fixes some failing specs - Use older version of gems in Gemfile if RUBY_VERSION < '1.9.3' (no change to .gemspec) - Fix two cases of hash rockets in tests (required for Ruby 1.8.7) - Skip failing test "test_ensure_that_migration_tasks_work_with_mountable_option" which breaks due to Bundler no longer accepting the default generated .gemspec format. - Skip railties specs on Ruby 1.8.7 (mark as an allowed failure.) | ||||
* | Lock test-unit to 3.0.x releases | Andrew White | 2016-01-26 | 1 | -1/+1 |
| | | | | | Due to a change in test-unit 3.1.6 that supports yielding from setup to run a test, lock 3-2-stable to 3.0.x releases of test-unit to fix the build. | ||||
* | rack-cache 1.3+ dont work with old ruby versions | Arthur Neves | 2016-01-15 | 1 | -0/+4 |
| | |||||
* | Fix mysql2 build | Arthur Neves | 2016-01-15 | 1 | -1/+1 |
| | | | | mysql 0.3.x is forced here activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb | ||||
* | fix build, forcing i18n to verion 0.6.x | Arthur Neves | 2016-01-14 | 1 | -3/+1 |
| | |||||
* | pg 0.18 not support Ruby < 1.9.3 | Rafael Mendonça França | 2015-01-07 | 1 | -1/+5 |
| | |||||
* | Only use old i18n when version is not compatible | Rafael Mendonça França | 2015-01-07 | 1 | -2/+4 |
| | |||||
* | Remove hard dependency on test-unit | Rafael Mendonça França | 2015-01-07 | 1 | -0/+1 |
| | | | | | Instead show a error message asking users to add the gem to their Gemfile if test-unit could not be loaded. | ||||
* | Lock i18n to a version that works with Ruby 1.8 | Rafael Mendonça França | 2015-01-02 | 1 | -0/+2 |
| | |||||
* | Use a version of execjs compatible with Ruby 1.8 | Rafael Mendonça França | 2014-06-26 | 1 | -0/+3 |
| | |||||
* | Fix broken tests of the previous release | Rafael Mendonça França | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Remove git dependecy | Rafael Mendonça França | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | nokogiri >= 1.6 doesn't work with ruby 1.8 | Rafael Mendonça França | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Using latest AR-JDBC for JRuby | Arun Agrawal | 2013-03-08 | 1 | -3/+3 |
| | | | | 1.2.5 and 1.2.6 are bad ones | ||||
* | Skip ruby-prof in Gemfile for Ruby 2.0 | Carlos Antonio da Silva | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Update mocha version to 0.13.0 and change requires | Carlos Antonio da Silva | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | Lock mocha in ~> 0.12.x until we fix the Ruby 1.8.7 issues with 0.13.0 | Carlos Antonio da Silva | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Removing JSON for other ruby | Arun Agrawal | 2012-10-28 | 1 | -1/+0 |
| | | | | | | | It's only required for 1.8 and for JRuby! I was fixing a bug with JSON pure on 1.8.7 and I found that we have included json for other 1.8 > rubies also. | ||||
* | Use benchmark/ips to measure AR performance | Jon Leighton | 2012-08-17 | 1 | -0/+2 |
| | | | | | | This means we can more easily compare numbers, and we don't have to specify a single N for all reports, which previously meant that some tests were running many more/fewer iterations than necessary. | ||||
* | Bumping mocha! | Arun Agrawal | 2012-07-19 | 1 | -1/+1 |
| | | | | | Reason:- 0.12.0 introduced a bug where you got a exception which is now in 0.12.1 is a warning only! | ||||
* | Ruby-Prof works with ruby-1.9.3 also. | Arun Agrawal | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Update performance profiler to work with latest ruby-prof | Arun Agrawal | 2012-05-11 | 1 | -1/+1 |
| | | | | Thanks to @carlosantoniodasilva | ||||
* | locking ruby-prof until we got a fix | Arun Agrawal | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | work against 1-0-stable until a new journey is released | Aaron Patterson | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Revert "use pg 0.11.0 under ruby 1.8.7" | Santiago Pastorino | 2012-01-04 | 1 | -5/+1 |
| | | | | | There's a new pg release, no need for this anymore This reverts commit 0b5cda73e2f5d29420afb41d5ed6908baf624934. | ||||
* | use pg 0.11.0 under ruby 1.8.7 | Sergey Nartimov | 2012-01-03 | 1 | -1/+5 |
| | |||||
* | removes Ruby constraint in RedCloth dependency | Xavier Noria | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | updating arel and journey dependencies | Aaron Patterson | 2011-12-14 | 1 | -2/+2 |
| | |||||
* | let sdoc say which version of rdoc we depend on | Xavier Noria | 2011-12-14 | 1 | -1/+0 |
| | |||||
* | Make quotes in Gemfile consistent (use single quotes) | Erik Michaels-Ober | 2011-12-12 | 1 | -35/+35 |
| | |||||
* | Use HTTPS rubygems source | Erik Michaels-Ober | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Remove rb-fsevent from Gemfile. | José Valim | 2011-12-08 | 1 | -3/+0 |
| | |||||
* | use our own fork of sdoc while Vijay's fix is not applied to voloko/sdoc | Xavier Noria | 2011-12-08 | 1 | -1/+5 |
| | |||||
* | SQlite3 Bump | Arun Agrawal | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Enable postgres on the CI :heart: :beer: :sparkles: | Jon Leighton | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | Bump Mysql2! | Arun Agrawal | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | allow people to set a local .Gemfile so that things like ruby-debug are not ↵ | Aaron Patterson | 2011-11-17 | 1 | -5/+2 |
| | | | | required for regular development | ||||
* | bundler treats trunk ruby as ruby 1.9, hack around that for now | Aaron Patterson | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | Allow to use ruby-debug in 1.9.3 | Santiago Pastorino | 2011-11-12 | 1 | -2/+1 |
| | |||||
* | Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query | Jon Leighton | 2011-11-05 | 1 | -0/+2 |
| | |||||
* | No need to check ruby version here | Arun Agrawal | 2011-10-22 | 1 | -6/+1 |
| | | | | As rake 0.9.2.2 is out with the same fix as 0.9.3.beta having | ||||
* | Fix typo in Rakefile | Yasuo Honda | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | To support ActiveRecord unit tests for IBM DB2 | Yasuo Honda | 2011-10-02 | 1 | -0/+3 |
| | |||||
* | AR wants sqlite3 1.3.4 | Terence Lee | 2011-09-22 | 1 | -1/+1 |
| | |||||
* | Bump AR-JDBC version. | Arun Agrawal | 2011-09-17 | 1 | -3/+3 |
| | | | THis version is compatible with 3.1 and above |