Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Arun Agrawal | 2011-06-19 | 1 | -3/+0 |
| | | | | loading rbx-require-relative > 0.0.4 | ||||
* | 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 |
| | |||||
* | Bump mysql2 to 0.3.5 | Arun Agrawal | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Bump mysql2 up | Santiago Pastorino and José Ignacio Costa | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Add Gemfile dependency for require_relative on mri18. This is a dependency ↵ | Jon Leighton | 2011-06-13 | 1 | -0/+3 |
| | | | | of linecache which is a dependency of ruby-debug. However, the latest release of linecache (0.45) omits the dependency from its gemspec, causing the build to fail. I have emailed the maintainer so we should remove this when it's fixed upstream. | ||||
* | ruby-prof doesn't work in 1.9.3 | Santiago Pastorino | 2011-06-08 | 1 | -1/+2 |
| | |||||
* | Also use double quotes for #source | Daniel Schierbeck | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | Use quotes consistently in Gemfile | Daniel Schierbeck | 2011-05-24 | 1 | -7/+7 |
| | |||||
* | Temporarily ship with ContentLength middleware. | José Valim | 2011-05-20 | 1 | -1/+0 |
| | |||||
* | Ensure Set-Cookie is not set on assets. | José Valim | 2011-05-17 | 1 | -1/+2 |
| | |||||
* | Depend on master uglifier for now | Santiago Pastorino | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | Grouped the ruby-prof into test. | Arun Agrawal | 2011-05-05 | 1 | -1/+4 |
| | |||||
* | Removing from duplicate places. Only in Ruby platform needed. | Arun Agrawal | 2011-05-05 | 1 | -2/+1 |
| | |||||
* | adding ruby-prof gem for ruby platform only #jruby | Vishnu Atrai | 2011-05-05 | 1 | -5/+1 |
| | |||||
* | add tests for performance test | Jan Xie | 2011-05-05 | 1 | -0/+4 |
| | |||||
* | Let's run those precious tests against the gem. | José Valim | 2011-05-04 | 1 | -2/+0 |
| | |||||
* | Use latest rack-test. | José Valim | 2011-05-03 | 1 | -1/+0 |
| | |||||
* | We no longer depend on those git repos. | José Valim | 2011-05-03 | 1 | -2/+1 |
| | |||||
* | fixing arel requirements for released arel | Aaron Patterson | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | requiring a newer version of the mysql2 gem | Aaron Patterson | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | activesupport/test/json/encoding_test.rb need Json to pass against with Jruby | ||||
* | 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 ↵ | wycats | 2011-02-20 | 1 | -0/+1 |
| | | | | polling support. | ||||
* | 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 ↵ | Xavier Noria | 2011-01-12 | 1 | -0/+1 |
| | | | | Rakefile, removes gem call from the guides generator (use bundle exec if needed) | ||||
* | upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use ↵ | Xavier Noria | 2011-01-12 | 1 | -1/+1 |
| | | | | bundle exec if needed) | ||||
* | removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 | Xavier Noria | 2010-12-23 | 1 | -2/+2 |
| |