aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use plaform mri_19 for debugger gem"Aaron Patterson2012-09-251-6/+1
| | | | This reverts commit 2233f1456f6fb1b92e6c1bded70b89a3302c4306.
* Use plaform mri_19 for debugger gemSantiago Pastorino2012-09-251-1/+6
|
* Use debugger gem if we are not Travis and Ruby < 2.0Santiago Pastorino2012-09-211-1/+1
|
* Add debugger to mri:test section of the GemfileSantiago Pastorino2012-09-211-0/+1
|
* Remove the environment variables in the GemfileRafael Mendonça França2012-09-201-27/+7
| | | | | | | | | | | | | | | | | | | | | If you want to set a local path for the gems you can use the local git repositories feature from the Bundler 1.2. For example to set the local arel repository: bundle config local.arel ~/Work/git/arel To unset it: bundle config --delete local.arel Bundler will check if the branch of you local repository is the same that specified in the Gemfile. If you want to disable these branch checks you can override it by setting this option: bundle config disable_local_branch_check true See more about this feature at http://gembundler.com/v1.2/git.html#local
* Allow to use a local copy of sprockets-rails during developmentGuillermo Iguaran2012-09-191-1/+6
|
* Since in sprockets-rails uglifier's version doesn't matter do the same in railsDmitry Vorotilin2012-09-191-1/+1
|
* Use last version of sprockets-rails and syncing tests for assets.Dmitry Vorotilin2012-09-191-0/+1
|
* No more Textile guide generation supportPrem Sichanugrist2012-09-171-1/+0
|
* Start rewriting 4.0 release note into MarkdownPrem Sichanugrist2012-09-171-0/+1
|
* Use dalli 2.2.1 or prior to fix failing tests in memcache session storeGuillermo Iguaran2012-09-061-1/+1
|
* mysql does not build on Ruby 2.0.0 at the momentAaron Patterson2012-08-231-1/+1
|
* Replace deprecated `memcache-client` gem with `dalli` in ↵Guillermo Iguaran2012-08-171-1/+1
| | | | | | ActiveSupport::Cache::MemCacheStore memcache-client was deprecated in favour of dalli in 2010.
* Use benchmark/ips to measure AR performanceJon Leighton2012-08-171-0/+2
| | | | | | This means we can more easily compare numbers, and we don't have to specify a single N for all reports, which previously meant that some tests were running many more/fewer iterations than necessary.
* Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-171-2/+2
| | | | For consistency with the other AR extension plugins we are creating.
* support relations created with a table aliasJon Leighton2012-07-131-1/+1
|
* activesupport gem dependencies should reflect the versions we actually useAaron Patterson2012-07-041-1/+0
|
* hook mocha in through m/t before_setup, after_teardown hooksAaron Patterson2012-07-031-1/+1
|
* Bump minitest to 3.2.0Santiago Pastorino2012-06-281-1/+1
|
* Bump minitest to 3.1.0Santiago Pastorino2012-06-201-1/+1
|
* Rake is in 1.9 stdlib, no need for gem depJeremy Kemper2012-05-311-4/+2
|
* port some mocha to minitest/mockAaron Patterson2012-05-181-0/+1
|
* Merge pull request #6343 from oscardelben/bump_sqlite3Rafael Mendonça França2012-05-151-1/+1
|\ | | | | Bump sqlite3 gem
| * Bumo sqlite3 gemOscar Del Ben2012-05-151-1/+1
| |
* | Fixed ruby-prof changes and let's use latest ruby-prof now.Arun Agrawal2012-05-131-1/+1
|/
* Locking ruby-prof for now. Arun Agrawal2012-05-071-1/+1
| | | | Need to investigate why build is failing because of ruby-prof.
* Use :github option in Gemfile and make hashes consistentPiotr Sarnacki2012-05-011-9/+9
|
* Upgrading mocha 0.11.2Arun Agrawal2012-04-241-1/+1
|
* add active_record_deprecated_finders as a depJon Leighton2012-04-121-0/+6
|
* Merge pull request #5595 from guilleiguaran/sprockets-rails-1.0.0Aaron Patterson2012-03-261-2/+0
|\ | | | | sprockets-rails 1.0.0 was released, remove git dependency from Gemfile
| * sprockets-rails 1.0.0 was released, remove git dependency from GemfileGuillermo Iguaran2012-03-261-2/+0
| |
* | switch rack-test in Gemfile to using git protocolLuke Gruber2012-03-161-1/+1
|/ | | | can't run tests if git not compiled with libcurl
* Add sprockets-rails to rails project GemfileGuillermo Iguaran2012-03-131-0/+2
|
* 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
|