aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Bump up nokogiri to 1.4.3.1Santiago Pastorino2010-07-291-2/+2
|
* JRuby should not need system_timer, and cannot install it eitherNick Sieger2010-07-261-1/+0
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* using AREL from the environment if it existsAaron Patterson2010-07-251-1/+6
|
* Gemfile now makes use of platforms calls with blocks instead of elsif logic ↵Santiago Pastorino2010-07-261-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 gemXavier Noria2010-07-221-1/+2
|
* Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfoSantiago Pastorino2010-07-151-5/+5
|
* Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from ↵Santiago Pastorino2010-07-151-1/+0
| | | | action_dispatch vendor
* Vendor unreleased rack-mount 0.6.6.pre dependencyJeremy Kemper2010-06-271-1/+1
|
* Depend on unreleased rack-mount 0.6.6.preJeremy Kemper2010-06-251-0/+1
|
* removes the documentation group from the Gemfile, thus making RDoc 2.2 ↵Xavier Noria2010-06-161-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.2Xavier Noria2010-06-161-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 helpersSantiago Pastorino2010-06-091-4/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Bring pg back.José Valim2010-06-081-1/+1
|
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
|
* Made markdown honor :safe option and handle safe input. Also added tests for ↵rohit2010-06-081-0/+1
| | | | | | | | markdown. [#4794 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* bump sqlite version to 1.3.0Santiago Pastorino2010-06-071-1/+1
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Unforce text-format from AMSantiago Pastorino2010-06-011-0/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Unforce memcache from ASSantiago Pastorino2010-06-011-0/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* rack-test version updated and removed from GemfileSantiago Pastorino2010-05-311-1/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* More accurate JRuby gem requirementsNick Sieger2010-05-201-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 Pastorino2010-05-191-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 MRISantiago Pastorino2010-05-191-2/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Added nokogiri dependency to Gemfile [#4617 state:resolved]Priit Tamboom2010-05-161-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Gemfile requires sqlite3-ruby = 1.3.0.beta.2Santiago Pastorino2010-05-161-1/+1
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Gemfile requires sqlite3-ruby 1.3.0.beta.1Xavier Noria2010-05-121-1/+1
|
* Bundle json and yajl-ruby gems for AS::JSON testingJeremy Kemper2010-04-281-0/+3
|