Commit Graph

293 Commits

Author SHA1 Message Date
Prathamesh Sonpatki
2b66b32a4c Don't autorequire mocha to avoid deprecation warnings
- https://travis-ci.org/rails/rails/jobs/7264822 contains deprecated
  warnings given by Mocha version 0.14
- 632f215da added Mocha 0.14 to Gemfile
- But with the version, require: false was removed
- So Mocha started giving deprecation warnings
- Acc.to Mocha documentation(https://github.com/freerange/mocha#bundler)
  it should not be auto required.
2013-05-18 13:29:43 +05:30
Ryan Davis
632f215da0 Mocha 0.14.0 was released with MT5 support. Switch back to gem 2013-05-16 15:51:35 -07:00
Aaron Patterson
9fef7c8dc9 Merge pull request #10527 from zenspider/squishy_minitest5
Squishy minitest5
2013-05-16 13:41:54 -07:00
Joe Kutner
430e5dce42 Removed jruby-openssl gem from default template Gemfile 2013-05-10 13:04:40 -05:00
Ryan Davis
0809c09c34 tweak dependencies 2013-05-08 16:44:05 -07:00
Rafael Mendonça França
ee686d3ca6 Use the same uglifier version that the generated applications 2013-04-18 14:21:28 -03:00
Rafael Mendonça França
fe495c9488 Use latest coffee-rails release 2013-04-18 14:21:28 -03:00
Rafael Mendonça França
16b4c3f1fa Forgot to lock the uglifier version in our Gemfile
Related with 575838795019f7402992e3bfa83a0c5048cf143d
2013-04-06 15:31:30 -03:00
Santiago Pastorino
299ddbd83c Use released sdoc 2013-04-02 10:28:47 -03:00
Santiago Pastorino
3b6f61175f Revert "Use jquery-rails from github (fix Gem::Version error)"
This reverts commit 6f3f0f86332004fcee5c2f05d52bbff08c22f980.
2013-04-01 23:59:52 -03:00
Guillermo Iguaran
d98ab530cb Use last released version of thor 2013-03-30 11:47:26 -05:00
Rafael Mendonça França
22caf3983f Use thor master since 0.18.0 has a regression
See
08265a380d
for the discussion and https://github.com/wycats/thor/pull/316 for the
fix
2013-03-27 10:50:41 -03:00
Guillermo Iguaran
6f3f0f8633 Use jquery-rails from github (fix Gem::Version error) 2013-03-23 23:52:37 -05:00
Aaron Patterson
ab379b5025 oops! 2013-03-14 22:49:22 -07:00
Aaron Patterson
8d3e5c8c52 hide more data in the schema cache 2013-03-14 22:45:46 -07:00
Santiago Pastorino
5da8c1627c There's no need to install test group in travis 2013-03-11 15:51:24 -03:00
Santiago Pastorino
4076288a83 Move benchmark-ips to test group 2013-03-11 15:51:24 -03:00
Santiago Pastorino
de1354f0ba Use platforms instead of conditionals in Gemfile 2013-03-11 15:51:23 -03:00
Aaron Patterson
b98efa2652 debugger does not work on trunk 2013-03-11 11:10:33 -07:00
Carlos Antonio da Silva
de28157468 Merge pull request #9609 from arunagw/using-latest-arjdbc
Using latest AR-JDBC for JRuby
2013-03-08 09:43:10 -03:00
Santiago Pastorino
b956771e82 debugger 1.4.0 works in Ruby 2.0 2013-03-06 18:26:04 -02:00
Francesco Rodriguez
066ae49fb7 JRuby does not support racc, include it only in ruby platform 2013-02-26 00:10:03 -05:00
Rafael Mendonça França
bd36f185a8 Are was release 2013-02-25 18:44:19 -03:00
Guillermo Iguaran
94bebde8a7 Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile 2013-02-25 16:40:35 -05:00
Guillermo Iguaran
e75ce25f39 sprockets 2.0.0.rc3 is in rails gemspec already 2013-02-25 14:45:56 -05:00
José Valim
612ebbcbb2 ar-deprecated_finders is already in the gemspec 2013-02-25 12:35:20 -07:00
Rafael Mendonça França
efabcb4cb4 I released 0.0.3 some time ago 2013-02-25 16:29:20 -03:00
Rafael Mendonça França
cf863ce27c jquery-rails 2.2.1 was released 2013-02-25 16:27:25 -03:00
José Valim
67302727a9 Remove rack-test git dependency
The dependency was introduced in this commit:

002713c64568114f3754799acc0723ea0d442f7a

which has been released a long time ago
2013-02-25 12:23:48 -07:00
Carlos Antonio da Silva
fb3996f89d Depend on thor >= 0.17.0 2013-01-23 23:08:28 -02:00
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