Commit Graph

251 Commits

Author SHA1 Message Date
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
Jon Leighton
17bb324f38 Renaming active_record_deprecated_finders to activerecord-deprecated_finders
For consistency with the other AR extension plugins we are creating.
2012-08-17 10:21:52 +01:00
Jon Leighton
4b4a85515b support relations created with a table alias 2012-07-13 11:44:45 +01:00
Aaron Patterson
6f74d36c42 activesupport gem dependencies should reflect the versions we actually use 2012-07-04 11:16:21 -07:00
Aaron Patterson
089da2e54d hook mocha in through m/t before_setup, after_teardown hooks 2012-07-03 14:28:28 -07:00
Santiago Pastorino
4903577b42 Bump minitest to 3.2.0 2012-06-28 09:36:21 -03:00
Santiago Pastorino
81d5d2730d Bump minitest to 3.1.0 2012-06-20 11:07:20 -03:00
Jeremy Kemper
709e432d1b Rake is in 1.9 stdlib, no need for gem dep 2012-05-31 10:01:59 -07:00
Aaron Patterson
476ef2df74 port some mocha to minitest/mock 2012-05-18 10:23:26 -07:00
Rafael Mendonça França
379b1107d3 Merge pull request #6343 from oscardelben/bump_sqlite3
Bump sqlite3 gem
2012-05-15 20:28:47 -07:00
Oscar Del Ben
2fac9156bf Bumo sqlite3 gem 2012-05-15 20:25:30 -07:00
Arun Agrawal
91c26e8e86 Fixed ruby-prof changes and let's use latest ruby-prof now. 2012-05-13 21:08:46 +05:30
Arun Agrawal
9250e24db3 Locking ruby-prof for now.
Need to investigate why build is failing because of 
ruby-prof.
2012-05-07 17:47:24 +05:30