| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Using sass directly as new version is out. | Arun Agrawal | 2011-04-26 | 1 | -1/+1 |
* | File watcher won't make the cut for 3.1. Maybe on 3.2. | José Valim | 2011-04-23 | 1 | -1/+0 |
* | Need this for testing | David Heinemeier Hansson | 2011-04-22 | 1 | -0/+1 |
* | bumping the pg requirements | Aaron Patterson | 2011-04-22 | 1 | -1/+1 |
* | Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON" | Arun Agrawal | 2011-04-17 | 1 | -1/+1 |
* | Make generators more modular, add hooks and improve test suite. | José Valim | 2011-04-17 | 1 | -0/+1 |
* | Booya, sprockets now works from Engines. | José Valim | 2011-04-15 | 1 | -0/+2 |
* | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 1 | -0/+3 |
|\ |
|
| * | Install rb-fsevent gem if ENV[RB_FSEVENT] is set | Piotr Sarnacki | 2011-03-22 | 1 | -0/+3 |
* | | Switch to sprockets/master | Joshua Peek | 2011-03-30 | 1 | -1/+1 |
* | | Add sprockets to Gemfile for testing | Joshua Peek | 2011-03-29 | 1 | -0/+2 |
|/ |
|
* | Add tests for an FSSM backend for the file system watcher using the FSSM poll... | wycats | 2011-02-20 | 1 | -0/+1 |
* | Make gem "ruby-debug19" require ruby-debug | Santiago Pastorino | 2011-02-12 | 1 | -1/+1 |
* | removing text-format in favor of a more simple solution | Aaron Patterson | 2011-02-09 | 1 | -1/+0 |
* | text-format requires text-hyphen, which needs ruby 1.8 | Piotr Sarnacki | 2011-02-09 | 1 | -3/+1 |
* | redcloth does not install on 1.9.3 | Aaron Patterson | 2011-02-08 | 1 | -1/+1 |
* | no more faker, rbench, or addressable | Aaron Patterson | 2011-02-07 | 1 | -5/+0 |
* | using mysql2 from git | Aaron Patterson | 2011-02-02 | 1 | -1/+1 |
* | updating gem dependency for sqlite3 | Aaron Patterson | 2011-01-16 | 1 | -1/+1 |
* | use rack-test from git | Aaron Patterson | 2011-01-14 | 1 | -0/+1 |
* | defines a :doc group in the project's Rakefile, just for the sake of clarity | Xavier Noria | 2011-01-12 | 1 | -3/+6 |
* | upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefi... | Xavier Noria | 2011-01-12 | 1 | -0/+1 |
* | upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle... | Xavier Noria | 2011-01-12 | 1 | -1/+1 |
* | removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 | Xavier Noria | 2010-12-23 | 1 | -2/+2 |
* | Avoid Bundler Resolver bug until they solve the issue | Santiago Pastorino | 2010-12-21 | 1 | -1/+1 |
* | Use gemspec instead of gem rails in Gemfile | Piotr Sarnacki | 2010-12-18 | 1 | -1/+2 |
* | using a merge with a Hash[] rather than a loop to add SAX parsed attributes | Aaron Patterson | 2010-11-16 | 1 | -1/+1 |
* | Bring back ruby-debug19 for Ruby versions < 1.9.3 | Santiago Pastorino | 2010-11-05 | 1 | -0/+5 |
* | ruby-debug19 does not work with 1.9.3, so I am removing it | Aaron Patterson | 2010-10-30 | 1 | -4/+0 |
* | bumping mysql2 requirement | Aaron Patterson | 2010-10-19 | 1 | -1/+1 |
* | Change mysql2 to the gem version again since 0.2.5 was released | Santiago Pastorino | 2010-10-19 | 1 | -2/+1 |
* | Use mysql2 from git for a while | Santiago Pastorino | 2010-10-18 | 1 | -1/+2 |
* | Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jruby | Santiago Pastorino | 2010-10-07 | 1 | -0/+3 |
* | Add jruby-openssl gem in Gemfile necessary for JRuby | Anil Wadghule | 2010-10-07 | 1 | -0/+2 |
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 1 | -0/+1 |
* | Bump up some deps | Santiago Pastorino | 2010-09-26 | 1 | -1/+1 |
* | Bump thor version requirement. | José Valim | 2010-09-24 | 1 | -2/+0 |
* | Refactor namespaced generators to use module_namespacing block helper | Piotr Sarnacki | 2010-09-24 | 1 | -0/+2 |
* | Include addressable for AR perf bench | Jeremy Kemper | 2010-09-10 | 1 | -0/+1 |
* | AR perf test: switch to mysql2, bundle faker and rbench | Jeremy Kemper | 2010-09-09 | 1 | -0/+5 |
* | Add ruby-debug19 for mri 1.9 | Santiago Pastorino | 2010-09-01 | 1 | -0/+4 |
* | no need to depend on mysql2 master anymore | Brian Lopez | 2010-08-23 | 1 | -1/+1 |
* | requires horo 1.0.2 | Xavier Noria | 2010-08-21 | 1 | -1/+1 |
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
* | added dependencies in Gemfile for running ActiveRecord tests with Oracle data... | Raimonds Simanovskis | 2010-08-16 | 1 | -0/+12 |
* | This is not needed anymore | Santiago Pastorino | 2010-08-15 | 1 | -9/+0 |
* | bringing over latest from master | Brian Lopez | 2010-08-09 | 1 | -1/+1 |
|\ |
|
| * | updates horo dependency to 1.0.1 | Xavier Noria | 2010-08-08 | 1 | -1/+1 |
* | | typo | Brian Lopez | 2010-08-02 | 1 | -1/+1 |
* | | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+1 |
|/ |
|