Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mocha_standalone is now deprecated. Switch to mocha/api. | Jeremy Kemper | 2012-11-05 | 1 | -1/+1 | |
| | ||||||
* | Revert "The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now." | Santiago Pastorino | 2012-10-30 | 1 | -1/+1 | |
| | | | | | This reverts commit 7b290ad13c294005db062e746f8b79c8a192e4fa. debugger gem is now working ok with p286 | |||||
* | Merge pull request #8047 from arunagw/json_only_in_18 | Carlos Antonio da Silva | 2012-10-28 | 1 | -1/+0 | |
| | | | | Removing JSON for other ruby | |||||
* | Update redcarpet dependency | Vinny Diehl | 2012-10-25 | 1 | -2/+2 | |
| | | | | | "~> 2.2.2" from "~> 2.1.1". Also converted all hash rockets in the Gemfile to the 1.9 syntax. | |||||
* | Change back to official sprockets-rails | Joshua Peek | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #7964 from josh/josh-sprockets-rails | Rafael Mendonça França | 2012-10-17 | 1 | -1/+1 | |
|\ | | | | | Switch to new sprockets-rails plugin | |||||
| * | Switch to new sprockets-rails plugin | Joshua Peek | 2012-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #7963 from arunagw/redcarpet_not_for_jruby | Carlos Antonio da Silva | 2012-10-16 | 1 | -1/+1 | |
|\ \ | |/ |/| | Add :platform to redcarpet gem, pointing to :ruby only. | |||||
| * | redcarpet gem will not work with JRuby! | Arun Agrawal | 2012-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | ruby-prof isn't compatible with ruby trunk after 36925 | Jeremy Kemper | 2012-10-15 | 1 | -2/+2 | |
|/ | ||||||
* | The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now. | Jeremy Kemper | 2012-10-14 | 1 | -1/+1 | |
| | ||||||
* | Replace double quotes with single quotes | Lee Reilly | 2012-10-13 | 1 | -1/+1 | |
| | ||||||
* | Upgrade to a jquery-rails that doesn't expect ↵ | Jeremy Kemper | 2012-10-10 | 1 | -1/+1 | |
| | | | | config.action_view.javascript_expansions to exist | |||||
* | Fix the coffee-rails dependecy version | Rafael Mendonça França | 2012-10-05 | 1 | -1/+2 | |
| | ||||||
* | Add turbolinks as development dependency | Rafael Mendonça França | 2012-10-04 | 1 | -0/+1 | |
| | ||||||
* | Use Rack::Cache middleware only if is in Gemfile | Guillermo Iguaran | 2012-10-01 | 1 | -0/+1 | |
| | ||||||
* | Revert "Use plaform mri_19 for debugger gem" | Aaron Patterson | 2012-09-25 | 1 | -6/+1 | |
| | | | | This reverts commit 2233f1456f6fb1b92e6c1bded70b89a3302c4306. | |||||
* | Use plaform mri_19 for debugger gem | Santiago Pastorino | 2012-09-25 | 1 | -1/+6 | |
| | ||||||
* | Use debugger gem if we are not Travis and Ruby < 2.0 | Santiago Pastorino | 2012-09-21 | 1 | -1/+1 | |
| | ||||||
* | Add debugger to mri:test section of the Gemfile | Santiago Pastorino | 2012-09-21 | 1 | -0/+1 | |
| | ||||||
* | Remove the environment variables in the Gemfile | Rafael Mendonça França | 2012-09-20 | 1 | -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 development | Guillermo Iguaran | 2012-09-19 | 1 | -1/+6 | |
| | ||||||
* | Since in sprockets-rails uglifier's version doesn't matter do the same in rails | Dmitry Vorotilin | 2012-09-19 | 1 | -1/+1 | |
| | ||||||
* | Use last version of sprockets-rails and syncing tests for assets. | Dmitry Vorotilin | 2012-09-19 | 1 | -0/+1 | |
| | ||||||
* | No more Textile guide generation support | Prem Sichanugrist | 2012-09-17 | 1 | -1/+0 | |
| | ||||||
* | Start rewriting 4.0 release note into Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1 | |
| | ||||||
* | Use dalli 2.2.1 or prior to fix failing tests in memcache session store | Guillermo Iguaran | 2012-09-06 | 1 | -1/+1 | |
| | ||||||
* | mysql does not build on Ruby 2.0.0 at the moment | Aaron Patterson | 2012-08-23 | 1 | -1/+1 | |
| | ||||||
* | Replace deprecated `memcache-client` gem with `dalli` in ↵ | Guillermo Iguaran | 2012-08-17 | 1 | -1/+1 | |
| | | | | | | ActiveSupport::Cache::MemCacheStore memcache-client was deprecated in favour of dalli in 2010. | |||||
* | Use benchmark/ips to measure AR performance | Jon Leighton | 2012-08-17 | 1 | -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_finders | Jon Leighton | 2012-08-17 | 1 | -2/+2 | |
| | | | | For consistency with the other AR extension plugins we are creating. | |||||
* | support relations created with a table alias | Jon Leighton | 2012-07-13 | 1 | -1/+1 | |
| | ||||||
* | activesupport gem dependencies should reflect the versions we actually use | Aaron Patterson | 2012-07-04 | 1 | -1/+0 | |
| | ||||||
* | hook mocha in through m/t before_setup, after_teardown hooks | Aaron Patterson | 2012-07-03 | 1 | -1/+1 | |
| | ||||||
* | Bump minitest to 3.2.0 | Santiago Pastorino | 2012-06-28 | 1 | -1/+1 | |
| | ||||||
* | Bump minitest to 3.1.0 | Santiago Pastorino | 2012-06-20 | 1 | -1/+1 | |
| | ||||||
* | Rake is in 1.9 stdlib, no need for gem dep | Jeremy Kemper | 2012-05-31 | 1 | -4/+2 | |
| | ||||||
* | port some mocha to minitest/mock | Aaron Patterson | 2012-05-18 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #6343 from oscardelben/bump_sqlite3 | Rafael Mendonça França | 2012-05-15 | 1 | -1/+1 | |
|\ | | | | | Bump sqlite3 gem | |||||
| * | Bumo sqlite3 gem | Oscar Del Ben | 2012-05-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed ruby-prof changes and let's use latest ruby-prof now. | Arun Agrawal | 2012-05-13 | 1 | -1/+1 | |
|/ | ||||||
* | Locking ruby-prof for now. | Arun Agrawal | 2012-05-07 | 1 | -1/+1 | |
| | | | | Need to investigate why build is failing because of ruby-prof. | |||||
* | Use :github option in Gemfile and make hashes consistent | Piotr Sarnacki | 2012-05-01 | 1 | -9/+9 | |
| | ||||||
* | Upgrading mocha 0.11.2 | Arun Agrawal | 2012-04-24 | 1 | -1/+1 | |
| | ||||||
* | add active_record_deprecated_finders as a dep | Jon Leighton | 2012-04-12 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #5595 from guilleiguaran/sprockets-rails-1.0.0 | Aaron Patterson | 2012-03-26 | 1 | -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 Gemfile | Guillermo Iguaran | 2012-03-26 | 1 | -2/+0 | |
| | | ||||||
* | | switch rack-test in Gemfile to using git protocol | Luke Gruber | 2012-03-16 | 1 | -1/+1 | |
|/ | | | | can't run tests if git not compiled with libcurl | |||||
* | Add sprockets-rails to rails project Gemfile | Guillermo Iguaran | 2012-03-13 | 1 | -0/+2 | |
| | ||||||
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 1 | -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. |