aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Don't raise on mass assignment for testJosé Valim2011-07-071-0/+1
|
* Make compressors lazily load.José Valim2011-07-061-1/+4
|
* add w3c_validators gem to the doc group to fix failing validation of guidesVijay Dev2011-07-041-0/+1
|
* Bump ARel to 2.1.3Guillermo Iguaran2011-06-271-1/+1
|
* Use uglifier from rubygems instead of git repoGuillermo Iguaran2011-06-211-1/+1
|
* Removing require_relative gem. Linecache new version 0.46 is out and it's ↵Arun Agrawal2011-06-191-3/+0
| | | | loading rbx-require-relative > 0.0.4
* Bump to mysql2 0.3.6Guillermo Iguaran2011-06-171-1/+1
|
* Change version of nokogiri gemAlexey Gaziev2011-06-171-1/+1
|
* Bump mysql2 to 0.3.5Arun Agrawal2011-06-161-1/+1
|
* Bump mysql2 upSantiago Pastorino and José Ignacio Costa2011-06-161-1/+1
|
* Add Gemfile dependency for require_relative on mri18. This is a dependency ↵Jon Leighton2011-06-131-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.3Santiago Pastorino2011-06-081-1/+2
|
* Also use double quotes for #sourceDaniel Schierbeck2011-05-241-1/+1
|
* Use quotes consistently in GemfileDaniel Schierbeck2011-05-241-7/+7
|
* Temporarily ship with ContentLength middleware.José Valim2011-05-201-1/+0
|
* Ensure Set-Cookie is not set on assets.José Valim2011-05-171-1/+2
|
* Depend on master uglifier for nowSantiago Pastorino2011-05-111-1/+1
|
* Grouped the ruby-prof into test.Arun Agrawal2011-05-051-1/+4
|
* Removing from duplicate places. Only in Ruby platform needed. Arun Agrawal2011-05-051-2/+1
|
* adding ruby-prof gem for ruby platform only #jrubyVishnu Atrai2011-05-051-5/+1
|
* add tests for performance testJan Xie2011-05-051-0/+4
|
* Let's run those precious tests against the gem.José Valim2011-05-041-2/+0
|
* Use latest rack-test.José Valim2011-05-031-1/+0
|
* We no longer depend on those git repos.José Valim2011-05-031-2/+1
|
* fixing arel requirements for released arelAaron Patterson2011-04-301-1/+1
|
* requiring a newer version of the mysql2 gemAaron Patterson2011-04-271-1/+1
|
* Using sass directly as new version is out.Arun Agrawal2011-04-261-1/+1
|
* File watcher won't make the cut for 3.1. Maybe on 3.2.José Valim2011-04-231-1/+0
|
* Need this for testingDavid Heinemeier Hansson2011-04-221-0/+1
|
* bumping the pg requirementsAaron Patterson2011-04-221-1/+1
|
* Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON"Arun Agrawal2011-04-171-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é Valim2011-04-171-0/+1
|
* Booya, sprockets now works from Engines.José Valim2011-04-151-0/+2
|
* Merge branch 'master' into sprocketsJoshua Peek2011-03-301-0/+3
|\
| * Install rb-fsevent gem if ENV[RB_FSEVENT] is setPiotr Sarnacki2011-03-221-0/+3
| |
* | Switch to sprockets/masterJoshua Peek2011-03-301-1/+1
| |
* | Add sprockets to Gemfile for testingJoshua Peek2011-03-291-0/+2
|/
* Add tests for an FSSM backend for the file system watcher using the FSSM ↵wycats2011-02-201-0/+1
| | | | polling support.
* Make gem "ruby-debug19" require ruby-debugSantiago Pastorino2011-02-121-1/+1
|
* removing text-format in favor of a more simple solutionAaron Patterson2011-02-091-1/+0
|
* text-format requires text-hyphen, which needs ruby 1.8Piotr Sarnacki2011-02-091-3/+1
|
* redcloth does not install on 1.9.3Aaron Patterson2011-02-081-1/+1
|
* no more faker, rbench, or addressableAaron Patterson2011-02-071-5/+0
|
* using mysql2 from gitAaron Patterson2011-02-021-1/+1
|
* updating gem dependency for sqlite3Aaron Patterson2011-01-161-1/+1
|
* use rack-test from gitAaron Patterson2011-01-141-0/+1
|
* defines a :doc group in the project's Rakefile, just for the sake of clarityXavier Noria2011-01-121-3/+6
|
* upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's ↵Xavier Noria2011-01-121-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 Noria2011-01-121-1/+1
| | | | bundle exec if needed)
* removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3Xavier Noria2010-12-231-2/+2
|