Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | jquery-rails 2.2.1 was released | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | Remove rack-test git dependency | José Valim | 2013-02-25 | 1 | -1/+0 | |
| | | | | | | | | The dependency was introduced in this commit: 002713c64568114f3754799acc0723ea0d442f7a which has been released a long time ago | |||||
* | Depend on thor >= 0.17.0 | Carlos Antonio da Silva | 2013-01-23 | 1 | -3/+0 | |
| | ||||||
* | Updated version of jQuery rails in gemfile | Sherwin Wu | 2013-01-19 | 1 | -1/+1 | |
| | ||||||
* | Use thor master to make rails work with Ruby 2.0 | Rafael Mendonça França | 2013-01-11 | 1 | -0/+2 | |
| | ||||||
* | thread_safe is a dependency of active_support | Rafael Mendonça França | 2013-01-11 | 1 | -1/+0 | |
| | ||||||
* | Revert "Do not install debugger in the pathlevel 362" | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 | |
| | | | | This reverts commit 9c18b6a818801a77a90c2768e436e4690537a3ab. | |||||
* | Do not install debugger in the pathlevel 362 | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 | |
| | ||||||
* | Revert "Rails 4.0 is going to depend on Rack 1.5.x so let's test against ↵ | Guillermo Iguaran | 2012-12-30 | 1 | -1/+0 | |
| | | | | | | Rack master" This reverts commit fba97c9620e709f0449ea9f3240b9e5174f72e1e. | |||||
* | Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master | Santiago Pastorino | 2012-12-29 | 1 | -0/+1 | |
| | ||||||
* | adds kindlerb to the :doc bundle group for guides generation | Xavier Noria | 2012-12-22 | 1 | -0/+1 | |
| | ||||||
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -1/+3 | |
| | | | | | | | | Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49. | |||||
* | Replace some global Hash usages with the new thread safe cache. | thedarkone | 2012-12-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Summary of the changes: * Add thread_safe gem. * Use thread safe cache for digestor caching. * Replace manual synchronization with ThreadSafe::Cache in Relation::Delegation. * Replace @attribute_method_matchers_cache Hash with ThreadSafe::Cache. * Use TS::Cache to avoid the synchronisation overhead on listener retrieval. * Replace synchronisation with TS::Cache usage. * Use a preallocated array for performance/memory reasons. * Update the controllers cache to the new AS::Dependencies::ClassCache API. The original @controllers cache no longer makes much sense after @tenderlove's changes in 7b6bfe84f3 and f345e2380c. * Use TS::Cache in the connection pool to avoid locking overhead. * Use TS::Cache in ConnectionHandler. | |||||
* | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems" | Rafael Mendonça França | 2012-11-27 | 1 | -1/+1 | |
| | | | | | | | | | This reverts commit 33b29e0112db62d3a8c798bb58f51c0a839d9e26, reversing changes made to ac8c729342e6b020a57d0d6887c8a8d5b39f96e0. Reason: https://github.com/rails/rails/pull/4684#commitcomment-920313 | |||||
* | default source in Gemfiles to :rubygems rather than hardcoding the URL | Akira Matsuda | 2012-11-28 | 1 | -1/+1 | |
| | | | | | | * I guess this would be the preferrable default for Bundler * current version of Bundler converts :rubygems into 'http://rubygems.org', not https://, and that will help those who are working on a very poor network environment that doesn't allow SSL | |||||
* | Bump mysql gem version to the newly 2.9.0, fix build. | Carlos Antonio da Silva | 2012-11-17 | 1 | -1/+1 | |
| | ||||||
* | Revert "Debugger gem doesn't work with patchlevel >= 327" | Santiago Pastorino | 2012-11-16 | 1 | -2/+1 | |
| | | | | This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9. | |||||
* | Revert "mysql does not build on Ruby 2.0.0 at the moment" | Yasuo Honda | 2012-11-17 | 1 | -1/+1 | |
| | | | | | | This reverts commit 8d8fd13179cacd86f307e87396474bdfab9f3462. mysql 2.8.1 gem can be built on ruby 2.0.0-preview1. | |||||
* | Remove old comments about using our own sdoc fork [ci skip] | Vijay Dev | 2012-11-17 | 1 | -4/+0 | |
| | ||||||
* | Use new mocha version and add changelog entry for #8180 | Carlos Antonio da Silva | 2012-11-13 | 1 | -1/+1 | |
| | ||||||
* | depend on voloko/sdoc again | Xavier Noria | 2012-11-12 | 1 | -1/+1 | |
| | | | | | voloko/sdoc seems to be maintained again, in particular the issues that made us fork it are resolved. | |||||
* | Debugger gem doesn't work with patchlevel < 327 | Santiago Pastorino | 2012-11-12 | 1 | -1/+2 | |
| | ||||||
* | Update mocha github repo to new one | Carlos Antonio da Silva | 2012-11-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |