Commit Graph

120 Commits

Author SHA1 Message Date
Santiago Pastorino
0e9c7a265f Make gem "ruby-debug19" require ruby-debug 2011-02-12 22:44:12 -02:00
Aaron Patterson
4083e0ea2a removing text-format in favor of a more simple solution 2011-02-09 10:11:29 -08:00
Piotr Sarnacki
39310f7930 text-format requires text-hyphen, which needs ruby 1.8 2011-02-09 17:57:42 +01:00
Aaron Patterson
b45a90f9b0 redcloth does not install on 1.9.3 2011-02-08 16:01:36 -08:00
Aaron Patterson
ac86923fca no more faker, rbench, or addressable 2011-02-07 19:53:22 -08:00
Aaron Patterson
95b9d71023 using mysql2 from git 2011-02-02 10:25:53 -08:00
Aaron Patterson
421e06f090 updating gem dependency for sqlite3 2011-01-16 12:55:28 -08:00
Aaron Patterson
7bf7ab5c68 use rack-test from git 2011-01-14 10:14:10 -08:00
Xavier Noria
5bc98c9510 defines a :doc group in the project's Rakefile, just for the sake of clarity 2011-01-12 21:15:57 +01:00
Xavier Noria
74188cbff4 upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed) 2011-01-12 21:12:44 +01:00
Xavier Noria
37bd45f893 upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle exec if needed) 2011-01-12 20:59:31 +01:00
Xavier Noria
55f2e9f898 removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 2010-12-23 00:05:38 +01:00
Santiago Pastorino
baebe7d0d5 Avoid Bundler Resolver bug until they solve the issue 2010-12-21 20:30:33 -02:00
Piotr Sarnacki
4eb0d580a2 Use gemspec instead of gem rails in Gemfile 2010-12-18 19:42:03 +01:00
Aaron Patterson
254b0a4bbb using a merge with a Hash[] rather than a loop to add SAX parsed attributes 2010-11-16 10:09:42 -08:00
Santiago Pastorino
29b54a41d9 Bring back ruby-debug19 for Ruby versions < 1.9.3 2010-11-05 19:11:58 -02:00
Aaron Patterson
2b48e47654 ruby-debug19 does not work with 1.9.3, so I am removing it 2010-10-30 11:30:08 -07:00
Aaron Patterson
4726a181c4 bumping mysql2 requirement 2010-10-19 17:53:00 -07:00
Santiago Pastorino
17d196a18e Change mysql2 to the gem version again since 0.2.5 was released 2010-10-19 21:42:54 -02:00
Santiago Pastorino
9d6917519c Use mysql2 from git for a while 2010-10-18 13:02:10 -02:00
Santiago Pastorino
ad13eb7295 Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jruby
[#5762]
2010-10-07 13:50:20 -02:00
Anil Wadghule
ea30da3069 Add jruby-openssl gem in Gemfile necessary for JRuby
[#5762 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-10-07 11:48:40 -02:00
José Valim
50215f9525 Rely on Rack::Session stores API for more compatibility across the Ruby world. 2010-10-03 21:24:22 +02:00
Santiago Pastorino
14d2feeeab Bump up some deps 2010-09-26 00:29:38 -03:00
José Valim
127da544bb Bump thor version requirement. 2010-09-24 21:03:12 +02:00
Piotr Sarnacki
bac0826b1f Refactor namespaced generators to use module_namespacing block helper
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-09-24 21:02:30 +02:00
Jeremy Kemper
2a820f3d1f Include addressable for AR perf bench 2010-09-10 12:16:56 -07:00
Jeremy Kemper
cc81b04ae5 AR perf test: switch to mysql2, bundle faker and rbench 2010-09-09 14:34:47 -07:00
Santiago Pastorino
920765c4c2 Add ruby-debug19 for mri 1.9 2010-09-01 21:24:33 -03:00
Brian Lopez
bde3d7fbaf no need to depend on mysql2 master anymore
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-08-23 15:50:26 -03:00
Xavier Noria
63bb639036 requires horo 1.0.2 2010-08-21 02:25:45 +02:00
Santiago Pastorino
cad8bef5ea Bump up rdoc to 2.5.10 2010-08-18 11:44:12 -03:00
Raimonds Simanovskis
4e3d220da3 added dependencies in Gemfile for running ActiveRecord tests with Oracle database 2010-08-16 15:21:54 -07:00
Santiago Pastorino
1607a8b08c This is not needed anymore 2010-08-15 09:18:08 -03:00
Brian Lopez
ee9c950f2f bringing over latest from master 2010-08-09 12:43:49 -07:00
Xavier Noria
5598d3ac2e updates horo dependency to 1.0.1 2010-08-08 11:28:50 +02:00
Brian Lopez
2353e826b0 typo 2010-08-02 01:58:29 -07:00
Brian Lopez
21e81da335 update tests for mysql2 support 2010-08-02 01:37:57 -07:00
Santiago Pastorino
55028a7326 Bump up nokogiri to 1.4.3.1 2010-07-29 23:44:31 -03:00
Nick Sieger
f427fdd13a JRuby should not need system_timer, and cannot install it either
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-07-26 18:18:11 -03:00
Aaron Patterson
13df581ec7 using AREL from the environment if it exists 2010-07-25 16:44:14 -07:00
Santiago Pastorino
2c4fcec44d Gemfile now makes use of platforms calls with blocks instead of elsif logic to define dependencies over specific platforms 2010-07-26 06:42:44 +08:00
Xavier Noria
2944a79452 bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem 2010-07-22 23:19:01 +02:00
Santiago Pastorino
fcb230144b Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo 2010-07-15 13:18:47 -07:00
Santiago Pastorino
3952268929 Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_dispatch vendor 2010-07-15 13:18:44 -07:00
Jeremy Kemper
6549291901 Vendor unreleased rack-mount 0.6.6.pre dependency 2010-06-27 16:28:04 -07:00
Jeremy Kemper
0883b2b0c3 Depend on unreleased rack-mount 0.6.6.pre 2010-06-25 10:11:46 -07:00
Xavier Noria
145fbdff67 removes the documentation group from the Gemfile, thus making RDoc 2.2 required in dev machines
In order to generate the API with that particular version we need to activate the gem
in the Rakefile before rake. Therefore the Rakefile does not honor --without for that
group now. Installing rdoc is no big deal anyway.
2010-06-16 19:28:23 +02:00
Xavier Noria
07c6b7a6ad migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2
To understand the changes in horo.rb check rdoc/template.rb in a RDoc 2.x
2010-06-16 04:06:20 +02:00
Santiago Pastorino
0919c0dbca Removed textilize, textilize_without_paragraph and markdown helpers
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-09 10:06:14 +02:00