Commit Graph

263 Commits

Author SHA1 Message Date
Sherwin Wu
90995bab7d Updated version of jQuery rails in gemfile 2013-01-19 10:43:44 -08:00
Rafael Mendonça França
da97bfeb6e Use thor master to make rails work with Ruby 2.0 2013-01-11 02:40:01 -02:00
Rafael Mendonça França
12283dfa95 thread_safe is a dependency of active_support 2013-01-11 02:40:01 -02:00
Rafael Mendonça França
73a6a71add Revert "Do not install debugger in the pathlevel 362"
This reverts commit 9c18b6a818801a77a90c2768e436e4690537a3ab.
2012-12-31 14:55:59 -03:00
Rafael Mendonça França
9c18b6a818 Do not install debugger in the pathlevel 362 2012-12-31 14:40:43 -03:00
Guillermo Iguaran
1304298bd9 Revert "Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master"
This reverts commit fba97c9620e709f0449ea9f3240b9e5174f72e1e.
2012-12-30 16:07:09 -05:00
Santiago Pastorino
fba97c9620 Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master 2012-12-29 19:04:42 -02:00
Xavier Noria
7b5d466faf adds kindlerb to the :doc bundle group for guides generation 2012-12-22 22:43:10 +01:00
Andrew White
56fee39c39 Integrate Journey into Action Dispatch
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.
2012-12-19 22:13:08 +00:00
thedarkone
45448a5788 Replace some global Hash usages with the new thread safe cache.
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.
2012-12-14 12:18:47 +01:00
Rafael Mendonça França
5b9c9026c4 Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"
This reverts commit 33b29e0112db62d3a8c798bb58f51c0a839d9e26, reversing
changes made to ac8c729342e6b020a57d0d6887c8a8d5b39f96e0.

Reason:

https://github.com/rails/rails/pull/4684#commitcomment-920313
2012-11-27 14:59:58 -02:00
Akira Matsuda
4ed645b37e default source in Gemfiles to :rubygems rather than hardcoding the URL
* 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
2012-11-28 01:15:02 +09:00
Carlos Antonio da Silva
af43e719ac Bump mysql gem version to the newly 2.9.0, fix build. 2012-11-17 22:50:58 -02:00
Santiago Pastorino
154fee2727 Revert "Debugger gem doesn't work with patchlevel >= 327"
This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9.
2012-11-16 22:06:04 -02:00
Yasuo Honda
9c8252217e Revert "mysql does not build on Ruby 2.0.0 at the moment"
This reverts commit 8d8fd13179cacd86f307e87396474bdfab9f3462.

mysql 2.8.1 gem can be built on ruby 2.0.0-preview1.
2012-11-17 07:03:08 +09:00
Vijay Dev
5d239ac0ed Remove old comments about using our own sdoc fork [ci skip] 2012-11-17 02:00:43 +05:30
Carlos Antonio da Silva
c940aa6ed5 Use new mocha version and add changelog entry for #8180 2012-11-13 08:57:04 -02:00
Xavier Noria
5287d3678d depend on voloko/sdoc again
voloko/sdoc seems to be maintained again, in particular
the issues that made us fork it are resolved.
2012-11-12 22:51:59 +01:00
Santiago Pastorino
0ecd464066 Debugger gem doesn't work with patchlevel < 327 2012-11-12 13:13:27 -02:00
Carlos Antonio da Silva
a911d74a54 Update mocha github repo to new one 2012-11-06 01:07:38 -02:00
Jeremy Kemper
fc15139824 mocha_standalone is now deprecated. Switch to mocha/api. 2012-11-05 18:31:21 -07:00
Santiago Pastorino
e0fb16b92a Revert "The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now."
This reverts commit 7b290ad13c294005db062e746f8b79c8a192e4fa.
debugger gem is now working ok with p286
2012-10-30 16:42:51 -02:00
Carlos Antonio da Silva
a698175dfc Merge pull request #8047 from arunagw/json_only_in_18
Removing JSON for other ruby
2012-10-28 17:54:58 -02:00
Vinny Diehl
cadff7b73d Update redcarpet dependency
"~> 2.2.2" from "~> 2.1.1". Also converted all hash rockets in the
Gemfile to the 1.9 syntax.
2012-10-25 21:50:55 -04:00
Joshua Peek
d88b65f986 Change back to official sprockets-rails 2012-10-17 21:51:37 -05:00
Rafael Mendonça França
f4c6ecc17c Merge pull request #7964 from josh/josh-sprockets-rails
Switch to new sprockets-rails plugin
2012-10-17 19:17:49 -07:00
Carlos Antonio da Silva
12a0383908 Merge pull request #7963 from arunagw/redcarpet_not_for_jruby
Add :platform to redcarpet gem, pointing to :ruby only.
2012-10-16 04:27:14 -07:00
Arun Agrawal
ea14e7624e redcarpet gem will not work with JRuby! 2012-10-16 16:42:14 +05:30
Joshua Peek
b8c7e31a57 Switch to new sprockets-rails plugin 2012-10-15 18:22:12 -05:00
Jeremy Kemper
46dc6e7786 ruby-prof isn't compatible with ruby trunk after 36925 2012-10-15 06:32:16 -07:00
Jeremy Kemper
7b290ad13c The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now. 2012-10-14 10:03:17 -07:00
Lee Reilly
7891cbf4c0 Replace double quotes with single quotes 2012-10-13 11:22:51 -07:00
Jeremy Kemper
1188fb1ecc Upgrade to a jquery-rails that doesn't expect config.action_view.javascript_expansions to exist 2012-10-10 14:47:20 -07:00
Rafael Mendonça França
5c078368c7 Fix the coffee-rails dependecy version 2012-10-05 10:35:03 -03:00
Rafael Mendonça França
f82244786e Add turbolinks as development dependency 2012-10-04 18:16:56 -03:00
Guillermo Iguaran
cbd26a803b Use Rack::Cache middleware only if is in Gemfile 2012-10-01 21:38:52 -05:00
Aaron Patterson
b59faa7f40 Revert "Use plaform mri_19 for debugger gem"
This reverts commit 2233f1456f6fb1b92e6c1bded70b89a3302c4306.
2012-09-25 15:18:48 -07:00
Santiago Pastorino
2233f1456f Use plaform mri_19 for debugger gem 2012-09-25 16:57:05 -03:00
Santiago Pastorino
b7918cce04 Use debugger gem if we are not Travis and Ruby < 2.0 2012-09-21 19:59:13 -03:00
Santiago Pastorino
44fa92129f Add debugger to mri:test section of the Gemfile 2012-09-21 19:45:55 -03:00
Rafael Mendonça França
3034489500 Remove the environment variables in the Gemfile
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
2012-09-20 14:13:24 -03:00
Guillermo Iguaran
25d2b17a99 Allow to use a local copy of sprockets-rails during development 2012-09-19 18:02:37 -05:00
Dmitry Vorotilin
bbcb6257ee Since in sprockets-rails uglifier's version doesn't matter do the same in rails 2012-09-19 12:15:18 +04:00
Dmitry Vorotilin
d29283a268 Use last version of sprockets-rails and syncing tests for assets. 2012-09-19 12:15:18 +04:00
Prem Sichanugrist
5e2866cc34 No more Textile guide generation support 2012-09-17 15:55:17 -04:00
Prem Sichanugrist
544f6bcb90 Start rewriting 4.0 release note into Markdown 2012-09-17 15:54:21 -04:00
Guillermo Iguaran
032da37019 Use dalli 2.2.1 or prior to fix failing tests in memcache session store 2012-09-06 18:26:15 -05:00
Aaron Patterson
8d8fd13179 mysql does not build on Ruby 2.0.0 at the moment 2012-08-23 15:07:55 -07:00
Guillermo Iguaran
82663306f4 Replace deprecated memcache-client gem with dalli in ActiveSupport::Cache::MemCacheStore
memcache-client was deprecated in favour of dalli in 2010.
2012-08-17 22:22:55 -05:00
Jon Leighton
1411fc1986 Use benchmark/ips to measure AR performance
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.
2012-08-17 11:41:50 +01:00