Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | [#5762] | ||||
* | Add jruby-openssl gem in Gemfile necessary for JRuby | Anil Wadghule | 2010-10-07 | 1 | -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é 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | 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 ↵ | Raimonds Simanovskis | 2010-08-16 | 1 | -0/+12 |
| | | | | database | ||||
* | 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 |
|/ | |||||
* | Bump up nokogiri to 1.4.3.1 | Santiago Pastorino | 2010-07-29 | 1 | -2/+2 |
| | |||||
* | JRuby should not need system_timer, and cannot install it either | Nick Sieger | 2010-07-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | using AREL from the environment if it exists | Aaron Patterson | 2010-07-25 | 1 | -1/+6 |
| | |||||
* | Gemfile now makes use of platforms calls with blocks instead of elsif logic ↵ | Santiago Pastorino | 2010-07-26 | 1 | -19/+20 |
| | | | | to define dependencies over specific platforms | ||||
* | bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem | Xavier Noria | 2010-07-22 | 1 | -1/+2 |
| | |||||
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo | Santiago Pastorino | 2010-07-15 | 1 | -5/+5 |
| | |||||
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from ↵ | Santiago Pastorino | 2010-07-15 | 1 | -1/+0 |
| | | | | action_dispatch vendor | ||||
* | Vendor unreleased rack-mount 0.6.6.pre dependency | Jeremy Kemper | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Depend on unreleased rack-mount 0.6.6.pre | Jeremy Kemper | 2010-06-25 | 1 | -0/+1 |
| | |||||
* | removes the documentation group from the Gemfile, thus making RDoc 2.2 ↵ | Xavier Noria | 2010-06-16 | 1 | -4/+1 |
| | | | | | | | | 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. | ||||
* | migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2 | Xavier Noria | 2010-06-16 | 1 | -1/+1 |
| | | | | To understand the changes in horo.rb check rdoc/template.rb in a RDoc 2.x | ||||
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -4/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bring pg back. | José Valim | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Made markdown honor :safe option and handle safe input. Also added tests for ↵ | rohit | 2010-06-08 | 1 | -0/+1 |
| | | | | | | | | markdown. [#4794 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | bump sqlite version to 1.3.0 | Santiago Pastorino | 2010-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Unforce text-format from AM | Santiago Pastorino | 2010-06-01 | 1 | -0/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Unforce memcache from AS | Santiago Pastorino | 2010-06-01 | 1 | -0/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | rack-test version updated and removed from Gemfile | Santiago Pastorino | 2010-05-31 | 1 | -1/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | More accurate JRuby gem requirements | Nick Sieger | 2010-05-20 | 1 | -5/+15 |
| | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | group :mri deleted in favor of RUBY_ENGINE and RUBY_VERSION usage. | Santiago Pastorino | 2010-05-19 | 1 | -8/+9 |
| | | | | | | | Allow use json, yajl-ruby and nokogiri on MRI and Rubinius only. jruby-debug added only for jruby platform Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Enable ruby-debug only for MRI | Santiago Pastorino | 2010-05-19 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Added nokogiri dependency to Gemfile [#4617 state:resolved] | Priit Tamboom | 2010-05-16 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> |