aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Avoid Bundler Resolver bug until they solve the issueSantiago Pastorino2010-12-211-1/+1
|
* Use gemspec instead of gem rails in GemfilePiotr Sarnacki2010-12-181-1/+2
|
* using a merge with a Hash[] rather than a loop to add SAX parsed attributesAaron Patterson2010-11-161-1/+1
|
* Bring back ruby-debug19 for Ruby versions < 1.9.3Santiago Pastorino2010-11-051-0/+5
|
* ruby-debug19 does not work with 1.9.3, so I am removing itAaron Patterson2010-10-301-4/+0
|
* bumping mysql2 requirementAaron Patterson2010-10-191-1/+1
|
* Change mysql2 to the gem version again since 0.2.5 was releasedSantiago Pastorino2010-10-191-2/+1
|
* Use mysql2 from git for a whileSantiago Pastorino2010-10-181-1/+2
|
* Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jrubySantiago Pastorino2010-10-071-0/+3
| | | | [#5762]
* Add jruby-openssl gem in Gemfile necessary for JRubyAnil Wadghule2010-10-071-0/+2
| | | | | | [#5762 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-0/+1
|
* Bump up some depsSantiago Pastorino2010-09-261-1/+1
|
* Bump thor version requirement.José Valim2010-09-241-2/+0
|
* Refactor namespaced generators to use module_namespacing block helperPiotr Sarnacki2010-09-241-0/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Include addressable for AR perf benchJeremy Kemper2010-09-101-0/+1
|
* AR perf test: switch to mysql2, bundle faker and rbenchJeremy Kemper2010-09-091-0/+5
|
* Add ruby-debug19 for mri 1.9Santiago Pastorino2010-09-011-0/+4
|
* no need to depend on mysql2 master anymoreBrian Lopez2010-08-231-1/+1
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* requires horo 1.0.2Xavier Noria2010-08-211-1/+1
|
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
|
* added dependencies in Gemfile for running ActiveRecord tests with Oracle ↵Raimonds Simanovskis2010-08-161-0/+12
| | | | database
* This is not needed anymoreSantiago Pastorino2010-08-151-9/+0
|
* bringing over latest from masterBrian Lopez2010-08-091-1/+1
|\
| * updates horo dependency to 1.0.1Xavier Noria2010-08-081-1/+1
| |
* | typoBrian Lopez2010-08-021-1/+1
| |
* | update tests for mysql2 supportBrian Lopez2010-08-021-0/+1
|/