aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+1
| | | | | | | | | | | | | | | | PATCH is the correct HTML verb to map to the #update action. The semantics for PATCH allows for partial updates, whereas PUT requires a complete replacement. Changes: * adds config.default_method_for_update you can set to :patch * optionally use PATCH instead of PUT in resource routes and forms * adds the #patch verb to routes to detect PATCH requests * adds #patch? to Request * changes documentation and comments to indicate support for PATCH This change maintains complete backwards compatibility by keeping :put as the default for config.default_method_for_update.
* use rack 1.4.1Sergey Nartimov2012-01-231-2/+0
|
* use rack from master branchSergey Nartimov2012-01-161-0/+2
| | | | | it's needed until new rack release with Rack::BodyProxy fixes https://github.com/rack/rack/commit/b06ef82876416fe69429f7d3ee6e51bf26aec75f
* Remove MRI 1.8 specific gemsManu J2012-01-131-5/+0
|
* Fixed path to local gemfile.Bogdan Gusiev2012-01-021-1/+2
|
* switch to git journeyAaron Patterson2011-12-211-1/+1
|
* No need to check here now for < 1.9.3Arun Agrawal2011-12-211-1/+1
|
* removes Ruby constraint in RedCloth dependencyXavier Noria2011-12-151-1/+1
|
* updating arel and journey dependenciesAaron Patterson2011-12-141-2/+2
|
* let sdoc say which version of rdoc we depend onXavier Noria2011-12-141-1/+0
|
* Make quotes in Gemfile consistent (use single quotes)Erik Michaels-Ober2011-12-121-35/+35
|
* Use HTTPS rubygems sourceErik Michaels-Ober2011-12-121-1/+1
|
* Remove rb-fsevent from Gemfile.José Valim2011-12-081-3/+0
|
* use our own fork of sdoc while Vijay's fix is not applied to voloko/sdocXavier Noria2011-12-081-1/+5
|
* SQlite3 Bump Arun Agrawal2011-12-041-1/+1
|
* Enable postgres on the CI :heart: :beer: :sparkles:Jon Leighton2011-12-031-1/+1
|
* Bump Mysql2!Arun Agrawal2011-11-221-1/+1
|
* allow people to set a local .Gemfile so that things like ruby-debug are not ↵Aaron Patterson2011-11-171-5/+2
| | | | required for regular development
* bundler treats trunk ruby as ruby 1.9, hack around that for nowAaron Patterson2011-11-161-1/+1
|
* Allow to use ruby-debug in 1.9.3Santiago Pastorino2011-11-121-2/+1
|
* Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL queryJon Leighton2011-11-051-0/+2
|
* No need to check ruby version here Arun Agrawal2011-10-221-6/+1
| | | | As rake 0.9.2.2 is out with the same fix as 0.9.3.beta having
* Fix typo in RakefileYasuo Honda2011-10-031-1/+1
|
* To support ActiveRecord unit tests for IBM DB2Yasuo Honda2011-10-021-0/+3
|
* AR wants sqlite3 1.3.4Terence Lee2011-09-221-1/+1
|
* Bump AR-JDBC version.Arun Agrawal2011-09-171-3/+3
| | | THis version is compatible with 3.1 and above
* Switching rack-mount to journey.Aaron Patterson2011-09-121-0/+7
|
* Uglifier bumpArun Agrawal2011-09-051-1/+1
|
* Remove hard dependency on bcrypt.Guillermo Iguaran2011-09-021-0/+1
|
* use sdoc to generate the APIXavier Noria2011-08-271-1/+1
|
* Use rake >= 0.9.3.beta.1 in Ruby 1.9.3Santiago Pastorino2011-08-061-1/+6
|
* This dep is already defined in activerecord.gemspecSantiago Pastorino2011-08-031-2/+0
|
* Bringing back the jquery-rails. One test is dependent.Mitesh Jain2011-07-241-0/+1
|
* Remove unused gems from GemfileSantiago Pastorino2011-07-231-4/+0
|
* remove ruby-prof for rubinius in Gemfilezhengjia2011-07-221-4/+6
|
* Added a .travis.yml config and travis specific ci script.Josh Kalderimis2011-07-151-3/+3
| | | | | | | | Don't install ruby-debug if running the test suite on Travis, linecache19 is the main offender, very very slow. And do not install pg if Travis is bundling the gems, pg will be setup on Travis soon.
* Don't raise on mass assignment for testJosé Valim2011-07-071-0/+1
|
* Make compressors lazily load.José Valim2011-07-061-1/+4
|
* add w3c_validators gem to the doc group to fix failing validation of guidesVijay Dev2011-07-041-0/+1
|
* Bump ARel to 2.1.3Guillermo Iguaran2011-06-271-1/+1
|
* Use uglifier from rubygems instead of git repoGuillermo Iguaran2011-06-211-1/+1
|
* Removing require_relative gem. Linecache new version 0.46 is out and it's ↵Arun Agrawal2011-06-191-3/+0
| | | | loading rbx-require-relative > 0.0.4
* Bump to mysql2 0.3.6Guillermo Iguaran2011-06-171-1/+1
|
* Change version of nokogiri gemAlexey Gaziev2011-06-171-1/+1
|
* Bump mysql2 to 0.3.5Arun Agrawal2011-06-161-1/+1
|
* Bump mysql2 upSantiago Pastorino and José Ignacio Costa2011-06-161-1/+1
|
* Add Gemfile dependency for require_relative on mri18. This is a dependency ↵Jon Leighton2011-06-131-0/+3
| | | | of linecache which is a dependency of ruby-debug. However, the latest release of linecache (0.45) omits the dependency from its gemspec, causing the build to fail. I have emailed the maintainer so we should remove this when it's fixed upstream.
* ruby-prof doesn't work in 1.9.3Santiago Pastorino2011-06-081-1/+2
|
* Also use double quotes for #sourceDaniel Schierbeck2011-05-241-1/+1
|
* Use quotes consistently in GemfileDaniel Schierbeck2011-05-241-7/+7
|