Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | allow to test AR master against AR-JDBC master (with `ENV['AR_JDBC']`) | kares | 2013-09-03 | 1 | -5/+12 | |
| | | ||||||
* | | Try arel master | Rafael Mendonça França | 2013-10-22 | 1 | -0/+1 | |
| | | | | | | | | | | Conflicts: Gemfile | |||||
* | | bcrypt-ruby v3.1.2 supports Ruby 2.0 on Windows | T.J. Schuck | 2013-09-23 | 1 | -1/+1 | |
|/ | ||||||
* | upgrade jruby dependencies | Kassio Borges | 2013-08-31 | 1 | -6/+6 | |
| | ||||||
* | Fix the indentation :scissors: | Rafael Mendonça França | 2013-08-20 | 1 | -6/+6 | |
| | ||||||
* | Upgrade ActiveRecord-JDBC-Adapter to master branch | Gaurish Sharma | 2013-08-12 | 1 | -6/+7 | |
| | | | | | Switch to master branch which provides Version 1.3.x of AR-JDBC adapter. It strives to provide ActiveRecord 4.x compatibility (as well as still supporting 2.3 and 3.x) from a single code base. It's a recommended update for all AR-JDBC 1.2.x users. | |||||
* | Use latest mysql2. | Josef Šimánek | 2013-07-18 | 1 | -3/+1 | |
| | | | | Fixes #11457 | |||||
* | bcrypt-ruby stable is 3.1 | Burkhard Vogel-Kreykenbohm | 2013-07-17 | 1 | -1/+1 | |
| | ||||||
* | Lock mysql2 version to 0.3.11 since 0.3.12 is failing right now. Check ↵ | Guillermo Iguaran | 2013-07-16 | 1 | -1/+3 | |
| | | | | #11457 for details | |||||
* | 'json' gem is no more required under JRuby | Arun Agrawal | 2013-06-15 | 1 | -1/+0 | |
| | ||||||
* | Don't autorequire mocha to avoid deprecation warnings | Prathamesh Sonpatki | 2013-05-18 | 1 | -1/+5 | |
| | | | | | | | | | | - 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. | |||||
* | Mocha 0.14.0 was released with MT5 support. Switch back to gem | Ryan Davis | 2013-05-16 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #10527 from zenspider/squishy_minitest5 | Aaron Patterson | 2013-05-16 | 1 | -1/+1 | |
|\ | | | | | Squishy minitest5 | |||||
| * | tweak dependencies | Ryan Davis | 2013-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | Removed jruby-openssl gem from default template Gemfile | Joe Kutner | 2013-05-10 | 1 | -5/+0 | |
|/ | ||||||
* | Use the same uglifier version that the generated applications | Rafael Mendonça França | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | Use latest coffee-rails release | Rafael Mendonça França | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | Forgot to lock the uglifier version in our Gemfile | Rafael Mendonça França | 2013-04-06 | 1 | -1/+1 | |
| | | | | Related with 575838795019f7402992e3bfa83a0c5048cf143d | |||||
* | Use released sdoc | Santiago Pastorino | 2013-04-02 | 1 | -1/+1 | |
| | ||||||
* | Revert "Use jquery-rails from github (fix Gem::Version error)" | Santiago Pastorino | 2013-04-01 | 1 | -1/+1 | |
| | | | | This reverts commit 6f3f0f86332004fcee5c2f05d52bbff08c22f980. | |||||
* | Use last released version of thor | Guillermo Iguaran | 2013-03-30 | 1 | -1/+0 | |
| | ||||||
* | Use thor master since 0.18.0 has a regression | Rafael Mendonça França | 2013-03-27 | 1 | -0/+1 | |
| | | | | | | | See https://github.com/wycats/thor/commit/08265a380d0ff3fce014e98e87bb8c2330858e4a for the discussion and https://github.com/wycats/thor/pull/316 for the fix | |||||
* | Use jquery-rails from github (fix Gem::Version error) | Guillermo Iguaran | 2013-03-23 | 1 | -1/+1 | |
| | ||||||
* | oops! | Aaron Patterson | 2013-03-14 | 1 | -1/+0 | |
| | ||||||
* | hide more data in the schema cache | Aaron Patterson | 2013-03-14 | 1 | -0/+1 | |
| | ||||||
* | There's no need to install test group in travis | Santiago Pastorino | 2013-03-11 | 1 | -1/+1 | |
| | ||||||
* | Move benchmark-ips to test group | Santiago Pastorino | 2013-03-11 | 1 | -2/+2 | |
| | ||||||
* | Use platforms instead of conditionals in Gemfile | Santiago Pastorino | 2013-03-11 | 1 | -4/+7 | |
| | ||||||
* | debugger does not work on trunk | Aaron Patterson | 2013-03-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #9609 from arunagw/using-latest-arjdbc | Carlos Antonio da Silva | 2013-03-08 | 1 | -3/+3 | |
| | | | | Using latest AR-JDBC for JRuby | |||||
* | debugger 1.4.0 works in Ruby 2.0 | Santiago Pastorino | 2013-03-06 | 1 | -1/+1 | |
| | ||||||
* | JRuby does not support racc, include it only in ruby platform | Francesco Rodriguez | 2013-02-26 | 1 | -3/+3 | |
| | ||||||
* | Are was release | Rafael Mendonça França | 2013-02-25 | 1 | -2/+0 | |
| | ||||||
* | Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile | Guillermo Iguaran | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | sprockets 2.0.0.rc3 is in rails gemspec already | Guillermo Iguaran | 2013-02-25 | 1 | -2/+0 | |
| | ||||||
* | ar-deprecated_finders is already in the gemspec | José Valim | 2013-02-25 | 1 | -2/+0 | |
| | ||||||
* | I released 0.0.3 some time ago | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | 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. |