aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename config.cookie_secret to config.secret_token and pass it as ↵José Valim2010-04-051-2/+1
| | | | configuration in request.env. This is another step forward removing global configuration.
* CI: omit ruby-debug19 from Gemfile since the ruby source dep hoses permissionsJeremy Kemper2010-04-021-1/+1
|
* Prep for beta2, depend on latest BundlerDavid Heinemeier Hansson2010-04-011-1/+1
|
* ruby-debug19 doesn't install cleanly on 1.9.2 trunkJeremy Kemper2010-03-291-1/+1
|
* ruby-debug19 added to Gemfile [#4290 state:committed]Santiago Pastorino2010-03-281-0/+2
| | | | Signed-off-by: wycats <wycats@gmail.com>
* Actually, bring Arel back to Gemfile and use git repo since it helps ↵José Valim2010-03-251-0/+1
| | | | development.
* Remove Arel's git repo from Gemfile and use system_timer just on 1.8.xJosé Valim2010-03-251-2/+1
|
* Put MRI-specific dependencies in an MRI groupwycats2010-03-221-4/+5
|
* db group makes more sense hereSantiago Pastorino2010-03-221-1/+1
|
* avoid active_support/core_ext/time/conversions.rb warningsSantiago Pastorino2010-03-211-0/+2
| | | | | | [#4250 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Float arel on latest rails/arelJeremy Kemper2010-03-101-1/+1
|
* For rails tests, use latest from rails/arel.gitJeremy Kemper2010-03-101-0/+1
|
* Bump pg dep to 0.9.0+Jeremy Kemper2010-03-011-1/+1
|
* Remove references to ActionDispatch::Routing::Routes in favor of ↵Carl Lerche2010-02-241-1/+1
| | | | Rails.appication.routes.
* adds rdoc dependency to generate the APIXavier Noria2010-02-151-0/+4
| | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
* CI: use minitest on 1.9 again.Jeremy Kemper2010-02-111-8/+2
|
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-1/+1
|
* No sense bundling sense it's not available in Rakefile. Also, actually require.Jeremy Kemper2010-02-041-3/+0
|
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-1/+4
|
* Fix broken autorequiresJeremy Kemper2010-02-041-4/+4
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
|
* Update the Gemfile and CI buildCarl Lerche2010-02-011-1/+0
|
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-10/+9
|
* Bump arel dependency to 0.2.0 from 0.2.preJeremy Kemper2010-01-311-1/+1
|
* Move I18n to gemspec and update dependencies.José Valim2010-01-151-3/+0
|
* Errors messages are now moved from :activerecord.errors to simply :errors on ↵José Valim2010-01-071-1/+1
| | | | I18n yml files.
* Remove rack submodule, 1.1 has been released as a gem.Joshua Peek2010-01-041-1/+0
|
* Put MySQL and Postgres in an :only block so you can gem bundle --only ↵Yehuda Katz2009-12-311-2/+5
| | | | default to leave out MySQL and Postgres
* Add ruby-debug to Gemfile for Ruby < 1.9Pratik Naik2009-12-291-0/+1
|
* Move i18n to Gemfile.José Valim2009-12-251-1/+4
|
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-0/+2
|
* MergeDavid Heinemeier Hansson2009-12-221-1/+1
|\
| * Float on rack/master in preparation for rack 1.1 gem releaseJoshua Peek2009-12-221-1/+1
| |