| Commit message (Expand) | Author | Age | Files | Lines |
* | Using latest AR-JDBC for JRuby | Arun Agrawal | 2013-03-08 | 1 | -3/+3 |
* | 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 |
* | Use benchmark/ips to measure AR performance | Jon Leighton | 2012-08-17 | 1 | -0/+2 |
* | Bumping mocha! | Arun Agrawal | 2012-07-19 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 r... | Aaron Patterson | 2011-11-17 | 1 | -5/+2 |
* | 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 |
* | 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 |
* | Switching rack-mount to journey. | Aaron Patterson | 2011-09-12 | 1 | -0/+7 |
* | Uglifier bump | Arun Agrawal | 2011-09-05 | 1 | -1/+1 |
* | Remove hard dependency on bcrypt. | Guillermo Iguaran | 2011-09-02 | 1 | -0/+1 |
* | use sdoc to generate the API | Xavier Noria | 2011-08-27 | 1 | -1/+1 |
* | Use rake >= 0.9.3.beta.1 in Ruby 1.9.3 | Santiago Pastorino | 2011-08-06 | 1 | -1/+6 |
* | This dep is already defined in activerecord.gemspec | Santiago Pastorino | 2011-08-03 | 1 | -2/+0 |
* | Bringing back the jquery-rails. One test is dependent. | Mitesh Jain | 2011-07-24 | 1 | -0/+1 |
* | Remove unused gems from Gemfile | Santiago Pastorino | 2011-07-23 | 1 | -4/+0 |
* | remove ruby-prof for rubinius in Gemfile | zhengjia | 2011-07-22 | 1 | -4/+6 |
* | Added a .travis.yml config and travis specific ci script. | Josh Kalderimis | 2011-07-15 | 1 | -3/+3 |
* | Don't raise on mass assignment for test | José Valim | 2011-07-07 | 1 | -0/+1 |
* | Make compressors lazily load. | José Valim | 2011-07-06 | 1 | -1/+4 |
* | add w3c_validators gem to the doc group to fix failing validation of guides | Vijay Dev | 2011-07-04 | 1 | -0/+1 |
* | Bump ARel to 2.1.3 | Guillermo Iguaran | 2011-06-27 | 1 | -1/+1 |
* | Use uglifier from rubygems instead of git repo | Guillermo Iguaran | 2011-06-21 | 1 | -1/+1 |
* | Removing require_relative gem. Linecache new version 0.46 is out and it's loa... | Arun Agrawal | 2011-06-19 | 1 | -3/+0 |
* | Bump to mysql2 0.3.6 | Guillermo Iguaran | 2011-06-17 | 1 | -1/+1 |
* | Change version of nokogiri gem | Alexey Gaziev | 2011-06-17 | 1 | -1/+1 |