Commit Graph

492 Commits

Author SHA1 Message Date
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
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
Piotr Sarnacki
17f2958d85 Use :github option in Gemfile and make hashes consistent 2012-05-01 15:24:50 -07:00
Arun Agrawal
42b8bd5969 Upgrading mocha 0.11.2 2012-04-24 16:05:08 +05:30
Jon Leighton
dd2c9b9578 add active_record_deprecated_finders as a dep 2012-04-12 15:01:43 +01:00
Aaron Patterson
2e8129e87a Merge pull request #5595 from guilleiguaran/sprockets-rails-1.0.0
sprockets-rails 1.0.0 was released, remove git dependency from Gemfile
2012-03-26 12:03:37 -07:00
Guillermo Iguaran
dd74da7afc sprockets-rails 1.0.0 was released, remove git dependency from Gemfile 2012-03-26 13:49:52 -05:00
Luke Gruber
d80fcc9949 switch rack-test in Gemfile to using git protocol
can't run tests if git not compiled with libcurl
2012-03-16 21:48:25 -04:00
Guillermo Iguaran
78eed21576 Add sprockets-rails to rails project Gemfile 2012-03-13 18:00:31 -05:00
David Lee
002713c645 Add config.default_method_for_update to support PATCH
PATCH is the correct HTML verb to map to the #update action. The
semantics for PATCH allows for partial updates, whereas PUT requires a
complete replacement.

Changes:
* adds config.default_method_for_update you can set to :patch
* optionally use PATCH instead of PUT in resource routes and forms
* adds the #patch verb to routes to detect PATCH requests
* adds #patch? to Request
* changes documentation and comments to indicate support for PATCH

This change maintains complete backwards compatibility by keeping :put
as the default for config.default_method_for_update.
2012-02-22 08:47:10 -08:00
Sergey Nartimov
c075ca4600 use rack 1.4.1 2012-01-23 10:23:02 +03:00
Sergey Nartimov
23cb3d2f09 use rack from master branch
it's needed until new rack release with Rack::BodyProxy fixes
b06ef82876
2012-01-16 14:42:23 +03:00
Manu J
6248a20fed Remove MRI 1.8 specific gems 2012-01-13 22:43:31 +05:30
Bogdan Gusiev
c4ceee8316 Fixed path to local gemfile. 2012-01-02 15:08:37 +02:00
Aaron Patterson
d6d774063d switch to git journey 2011-12-21 13:56:20 -07:00
Arun Agrawal
ec26dd007a No need to check here now for < 1.9.3 2011-12-21 00:47:48 +05:30
Xavier Noria
dbfc6b8b3a removes Ruby constraint in RedCloth dependency 2011-12-15 15:22:14 -08:00
Aaron Patterson
b6105b0b59 updating arel and journey dependencies 2011-12-14 13:26:49 -08:00
Xavier Noria
800252ca71 let sdoc say which version of rdoc we depend on 2011-12-14 22:23:17 +01:00
Erik Michaels-Ober
3ffa01c426 Make quotes in Gemfile consistent (use single quotes) 2011-12-12 08:16:54 -08:00
Erik Michaels-Ober
efc74f5638 Use HTTPS rubygems source 2011-12-12 08:16:38 -08:00
José Valim
0008918059 Remove rb-fsevent from Gemfile. 2011-12-08 16:39:06 +01:00
Xavier Noria
4936fc35a0 use our own fork of sdoc while Vijay's fix is not applied to voloko/sdoc 2011-12-08 04:57:09 -08:00
Arun Agrawal
ac4763f5c0 SQlite3 Bump 2011-12-04 10:27:44 +05:30
Jon Leighton
3f23c049c2 Enable postgres on the CI ❤️ 🍺 2011-12-03 20:09:43 +00:00
Arun Agrawal
13847ccb43 Bump Mysql2! 2011-11-22 18:47:27 +05:30
Aaron Patterson
a437986f43 allow people to set a local .Gemfile so that things like ruby-debug are not required for regular development 2011-11-17 14:41:53 -08:00
Aaron Patterson
df5ec41b89 bundler treats trunk ruby as ruby 1.9, hack around that for now 2011-11-16 10:42:56 -08:00
Santiago Pastorino
df300a754b Allow to use ruby-debug in 1.9.3 2011-11-12 15:16:53 -02:00
Jon Leighton
562583c766 Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query 2011-11-05 16:22:18 +00:00
Arun Agrawal
c930170581 No need to check ruby version here
As rake 0.9.2.2 is out with the same 
fix as 0.9.3.beta having
2011-10-22 22:29:38 +05:30
Yasuo Honda
8cc70cf32a Fix typo in Rakefile 2011-10-03 11:56:11 -04:00
Yasuo Honda
b564ffcad4 To support ActiveRecord unit tests for IBM DB2 2011-10-02 22:51:01 -04:00
Terence Lee
1de89e5e07 AR wants sqlite3 1.3.4 2011-09-22 20:01:57 +02:00
Arun Agrawal
b2bf725d79 Bump AR-JDBC version.
THis version is compatible with 3.1 and above
2011-09-17 18:39:30 +05:30
Aaron Patterson
5f0b37c486 Switching rack-mount to journey. 2011-09-12 16:50:47 -07:00
Arun Agrawal
5e35d62cf5 Uglifier bump 2011-09-05 15:07:45 +05:30
Guillermo Iguaran
6779064437 Remove hard dependency on bcrypt. 2011-09-02 10:01:47 -07:00
Xavier Noria
827a0fee07 use sdoc to generate the API 2011-08-27 03:55:01 -07:00
Santiago Pastorino
43e581ef7f Use rake >= 0.9.3.beta.1 in Ruby 1.9.3 2011-08-06 09:16:17 -03:00
Santiago Pastorino
8962e96e39 This dep is already defined in activerecord.gemspec 2011-08-03 18:15:14 -03:00
Mitesh Jain
fe37b48f28 Bringing back the jquery-rails. One test is dependent. 2011-07-24 19:18:49 +05:30
Santiago Pastorino
410e75419d Remove unused gems from Gemfile 2011-07-23 18:38:42 -03:00
zhengjia
74eb8486da remove ruby-prof for rubinius in Gemfile 2011-07-22 07:55:48 -05:00
Josh Kalderimis
d664eba5b4 Added a .travis.yml config and travis specific ci script.
Don't install ruby-debug if running the test suite on Travis,
linecache19 is the main offender, very very slow.

And do not install pg if Travis is bundling the gems, pg will be setup
on Travis soon.
2011-07-15 10:47:50 +02:00
José Valim
2a24bcc6cf Don't raise on mass assignment for test 2011-07-07 18:58:04 -03:00
José Valim
2f6e3895a8 Make compressors lazily load. 2011-07-06 21:41:13 -03:00
Vijay Dev
8b25b55755 add w3c_validators gem to the doc group to fix failing validation of guides 2011-07-04 17:12:25 +05:30
Guillermo Iguaran
1c23887ab0 Bump ARel to 2.1.3 2011-06-27 15:58:40 -05:00
Guillermo Iguaran
d759d19507 Use uglifier from rubygems instead of git repo 2011-06-21 10:59:48 -05:00
Arun Agrawal
41aba82673 Removing require_relative gem. Linecache new version 0.46 is out and it's loading rbx-require-relative > 0.0.4 2011-06-19 15:05:38 +05:30
Guillermo Iguaran
301cad4476 Bump to mysql2 0.3.6 2011-06-17 11:27:37 -05:00
Alexey Gaziev
171491b1eb Change version of nokogiri gem 2011-06-17 01:01:49 +04:00
Arun Agrawal
536e1566b6 Bump mysql2 to 0.3.5 2011-06-16 10:45:58 +05:30
Santiago Pastorino and José Ignacio Costa
e445a79562 Bump mysql2 up 2011-06-16 01:05:45 -03:00
Jon Leighton
954359b9c2 Add Gemfile dependency for require_relative on mri18. This is a dependency of linecache which is a dependency of ruby-debug. However, the latest release of linecache (0.45) omits the dependency from its gemspec, causing the build to fail. I have emailed the maintainer so we should remove this when it's fixed upstream. 2011-06-13 22:18:31 +01:00
Santiago Pastorino
f2f63bf2ff ruby-prof doesn't work in 1.9.3 2011-06-08 00:25:57 -03:00
Daniel Schierbeck
ef8c2a89a5 Also use double quotes for #source 2011-05-24 13:29:29 -07:00
Daniel Schierbeck
962936c56b Use quotes consistently in Gemfile 2011-05-24 13:27:43 -07:00
José Valim
5eadb4d73d Temporarily ship with ContentLength middleware. 2011-05-20 22:20:51 +02:00
José Valim
6d3122445c Ensure Set-Cookie is not set on assets. 2011-05-17 17:44:06 -04:00
Santiago Pastorino
b89f269957 Depend on master uglifier for now 2011-05-11 19:12:41 -03:00
Arun Agrawal
976a9d99b1 Grouped the ruby-prof into test. 2011-05-05 23:17:07 +05:30
Arun Agrawal
745c9f3736 Removing from duplicate places. Only in Ruby platform needed. 2011-05-05 22:46:23 +05:30
Vishnu Atrai
c62fcaa659 adding ruby-prof gem for ruby platform only #jruby 2011-05-05 22:21:38 +05:30
Jan Xie
ebc5ef0e66 add tests for performance test 2011-05-05 17:15:22 +08:00
José Valim
f6dc816367 Let's run those precious tests against the gem. 2011-05-04 18:46:19 +02:00
José Valim
bff374050d Use latest rack-test. 2011-05-03 23:03:07 +02:00
José Valim
06ddda0a5f We no longer depend on those git repos. 2011-05-03 12:56:57 +02:00
Aaron Patterson
e14e696e96 fixing arel requirements for released arel 2011-04-30 17:27:25 -07:00
Aaron Patterson
bed6a775df requiring a newer version of the mysql2 gem 2011-04-27 14:44:28 -07:00
Arun Agrawal
348b5b9938 Using sass directly as new version is out. 2011-04-26 02:56:05 +05:30
José Valim
f7538808d4 File watcher won't make the cut for 3.1. Maybe on 3.2. 2011-04-23 00:00:30 +02:00
David Heinemeier Hansson
bb6b17216d Need this for testing 2011-04-22 20:03:12 +02:00
Aaron Patterson
fe4932b531 bumping the pg requirements 2011-04-22 11:27:14 -05:00
Arun Agrawal
d1f10e74ca Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON"
activesupport/test/json/encoding_test.rb need Json to pass against with Jruby
2011-04-17 12:00:55 -07:00
José Valim
3a68aec1a1 Make generators more modular, add hooks and improve test suite. 2011-04-17 11:44:52 +02:00
José Valim
2fe70c1803 Booya, sprockets now works from Engines. 2011-04-15 18:43:22 +02:00
Joshua Peek
5df076ad09 Merge branch 'master' into sprockets 2011-03-30 20:56:05 -05:00
Joshua Peek
ac9443ed71 Switch to sprockets/master 2011-03-30 20:46:49 -05:00
Joshua Peek
2b4705961d Add sprockets to Gemfile for testing 2011-03-29 15:42:57 -05:00
Piotr Sarnacki
e06c448002 Install rb-fsevent gem if ENV[RB_FSEVENT] is set 2011-03-22 19:36:12 +01:00
wycats
89e6b19356 Add tests for an FSSM backend for the file system watcher using the FSSM polling support. 2011-02-20 01:10:34 -08:00
Santiago Pastorino
0e9c7a265f Make gem "ruby-debug19" require ruby-debug 2011-02-12 22:44:12 -02:00
Aaron Patterson
4083e0ea2a removing text-format in favor of a more simple solution 2011-02-09 10:11:29 -08:00
Piotr Sarnacki
39310f7930 text-format requires text-hyphen, which needs ruby 1.8 2011-02-09 17:57:42 +01:00
Aaron Patterson
b45a90f9b0 redcloth does not install on 1.9.3 2011-02-08 16:01:36 -08:00
Aaron Patterson
ac86923fca no more faker, rbench, or addressable 2011-02-07 19:53:22 -08:00
Aaron Patterson
95b9d71023 using mysql2 from git 2011-02-02 10:25:53 -08:00
Aaron Patterson
421e06f090 updating gem dependency for sqlite3 2011-01-16 12:55:28 -08:00
Aaron Patterson
7bf7ab5c68 use rack-test from git 2011-01-14 10:14:10 -08:00
Xavier Noria
5bc98c9510 defines a :doc group in the project's Rakefile, just for the sake of clarity 2011-01-12 21:15:57 +01:00
Xavier Noria
74188cbff4 upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed) 2011-01-12 21:12:44 +01:00
Xavier Noria
37bd45f893 upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle exec if needed) 2011-01-12 20:59:31 +01:00
Xavier Noria
55f2e9f898 removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 2010-12-23 00:05:38 +01:00
Santiago Pastorino
baebe7d0d5 Avoid Bundler Resolver bug until they solve the issue 2010-12-21 20:30:33 -02:00
Piotr Sarnacki
4eb0d580a2 Use gemspec instead of gem rails in Gemfile 2010-12-18 19:42:03 +01:00
Aaron Patterson
254b0a4bbb using a merge with a Hash[] rather than a loop to add SAX parsed attributes 2010-11-16 10:09:42 -08:00
Santiago Pastorino
29b54a41d9 Bring back ruby-debug19 for Ruby versions < 1.9.3 2010-11-05 19:11:58 -02:00
Aaron Patterson
2b48e47654 ruby-debug19 does not work with 1.9.3, so I am removing it 2010-10-30 11:30:08 -07:00
Aaron Patterson
4726a181c4 bumping mysql2 requirement 2010-10-19 17:53:00 -07:00
Santiago Pastorino
17d196a18e Change mysql2 to the gem version again since 0.2.5 was released 2010-10-19 21:42:54 -02:00
Santiago Pastorino
9d6917519c Use mysql2 from git for a while 2010-10-18 13:02:10 -02:00
Santiago Pastorino
ad13eb7295 Add a TODO to remove gem "jruby-openssl" when jruby-openssl is merge in jruby
[#5762]
2010-10-07 13:50:20 -02:00
Anil Wadghule
ea30da3069 Add jruby-openssl gem in Gemfile necessary for JRuby
[#5762 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-10-07 11:48:40 -02:00
José Valim
50215f9525 Rely on Rack::Session stores API for more compatibility across the Ruby world. 2010-10-03 21:24:22 +02:00
Santiago Pastorino
14d2feeeab Bump up some deps 2010-09-26 00:29:38 -03:00
José Valim
127da544bb Bump thor version requirement. 2010-09-24 21:03:12 +02:00
Piotr Sarnacki
bac0826b1f Refactor namespaced generators to use module_namespacing block helper
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-09-24 21:02:30 +02:00
Jeremy Kemper
2a820f3d1f Include addressable for AR perf bench 2010-09-10 12:16:56 -07:00
Jeremy Kemper
cc81b04ae5 AR perf test: switch to mysql2, bundle faker and rbench 2010-09-09 14:34:47 -07:00
Santiago Pastorino
920765c4c2 Add ruby-debug19 for mri 1.9 2010-09-01 21:24:33 -03:00
Brian Lopez
bde3d7fbaf no need to depend on mysql2 master anymore
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-08-23 15:50:26 -03:00
Xavier Noria
63bb639036 requires horo 1.0.2 2010-08-21 02:25:45 +02:00
Santiago Pastorino
cad8bef5ea Bump up rdoc to 2.5.10 2010-08-18 11:44:12 -03:00
Raimonds Simanovskis
4e3d220da3 added dependencies in Gemfile for running ActiveRecord tests with Oracle database 2010-08-16 15:21:54 -07:00
Santiago Pastorino
1607a8b08c This is not needed anymore 2010-08-15 09:18:08 -03:00
Brian Lopez
ee9c950f2f bringing over latest from master 2010-08-09 12:43:49 -07:00
Xavier Noria
5598d3ac2e updates horo dependency to 1.0.1 2010-08-08 11:28:50 +02:00
Brian Lopez
2353e826b0 typo 2010-08-02 01:58:29 -07:00
Brian Lopez
21e81da335 update tests for mysql2 support 2010-08-02 01:37:57 -07:00
Santiago Pastorino
55028a7326 Bump up nokogiri to 1.4.3.1 2010-07-29 23:44:31 -03:00
Nick Sieger
f427fdd13a JRuby should not need system_timer, and cannot install it either
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-07-26 18:18:11 -03:00
Aaron Patterson
13df581ec7 using AREL from the environment if it exists 2010-07-25 16:44:14 -07:00
Santiago Pastorino
2c4fcec44d Gemfile now makes use of platforms calls with blocks instead of elsif logic to define dependencies over specific platforms 2010-07-26 06:42:44 +08:00
Xavier Noria
2944a79452 bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem 2010-07-22 23:19:01 +02:00
Santiago Pastorino
fcb230144b Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo 2010-07-15 13:18:47 -07:00
Santiago Pastorino
3952268929 Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_dispatch vendor 2010-07-15 13:18:44 -07:00
Jeremy Kemper
6549291901 Vendor unreleased rack-mount 0.6.6.pre dependency 2010-06-27 16:28:04 -07:00
Jeremy Kemper
0883b2b0c3 Depend on unreleased rack-mount 0.6.6.pre 2010-06-25 10:11:46 -07:00
Xavier Noria
145fbdff67 removes the documentation group from the Gemfile, thus making RDoc 2.2 required in dev machines
In order to generate the API with that particular version we need to activate the gem
in the Rakefile before rake. Therefore the Rakefile does not honor --without for that
group now. Installing rdoc is no big deal anyway.
2010-06-16 19:28:23 +02:00
Xavier Noria
07c6b7a6ad migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2
To understand the changes in horo.rb check rdoc/template.rb in a RDoc 2.x
2010-06-16 04:06:20 +02:00
Santiago Pastorino
0919c0dbca Removed textilize, textilize_without_paragraph and markdown helpers
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-09 10:06:14 +02:00
José Valim
e50bf67ffa Bring pg back. 2010-06-08 22:36:35 +02:00
David Heinemeier Hansson
32d4330b81 Get ready for beta 4 2010-06-08 14:47:02 -04:00
rohit
47bf19c848 Made markdown honor :safe option and handle safe input. Also added tests for markdown.
[#4794 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-08 17:00:11 +02:00
Santiago Pastorino
ed16ec6344 bump sqlite version to 1.3.0
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-06-07 16:10:55 +02:00
Santiago Pastorino
0cc4cd020d Unforce text-format from AM
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-01 12:06:47 +02:00
Santiago Pastorino
57144388f0 Unforce memcache from AS
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-01 10:46:05 +02:00
Santiago Pastorino
f5104caf3b rack-test version updated and removed from Gemfile
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-31 11:26:47 +02:00
Nick Sieger
c0db7840fe More accurate JRuby gem requirements
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-20 15:18:57 +02:00
Santiago Pastorino
61001e766d group :mri deleted in favor of RUBY_ENGINE and RUBY_VERSION usage.
Allow use json, yajl-ruby and nokogiri on MRI and Rubinius only.
jruby-debug added only for jruby platform

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-19 21:32:45 +02:00
Santiago Pastorino
5573ab2047 Enable ruby-debug only for MRI
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-19 12:59:53 +02:00
Priit Tamboom
f8432108e8 Added nokogiri dependency to Gemfile [#4617 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-16 20:33:46 +02:00
Santiago Pastorino
9ef232a785 Gemfile requires sqlite3-ruby = 1.3.0.beta.2
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-05-16 19:48:05 +02:00
Xavier Noria
75ddbfecde Gemfile requires sqlite3-ruby 1.3.0.beta.1 2010-05-12 00:37:23 +02:00
Jeremy Kemper
22184930ea Bundle json and yajl-ruby gems for AS::JSON testing 2010-04-28 09:02:45 -07:00
José Valim
6690d66292 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
Jeremy Kemper
a1a3520198 CI: omit ruby-debug19 from Gemfile since the ruby source dep hoses permissions 2010-04-02 14:44:56 -07:00
David Heinemeier Hansson
d868cb4f8a Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00
Jeremy Kemper
94ced08543 ruby-debug19 doesn't install cleanly on 1.9.2 trunk 2010-03-29 08:57:43 -07:00
Santiago Pastorino
4ea289fb11 ruby-debug19 added to Gemfile [#4290 state:committed]
Signed-off-by: wycats <wycats@gmail.com>
2010-03-28 20:24:36 -07:00
José Valim
759eb36054 Actually, bring Arel back to Gemfile and use git repo since it helps development. 2010-03-25 23:31:42 +01:00
José Valim
99ce6eb4b1 Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x 2010-03-25 20:40:01 +01:00
wycats
b144b56d82 Put MRI-specific dependencies in an MRI group 2010-03-22 20:32:31 -07:00
Santiago Pastorino
3bd85e2748 db group makes more sense here 2010-03-22 02:55:28 -03:00
Santiago Pastorino
16cad60fd3 avoid active_support/core_ext/time/conversions.rb warnings
[#4250 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-03-21 18:16:18 -07:00
Jeremy Kemper
073852dff0 Float arel on latest rails/arel 2010-03-10 16:10:45 -08:00
Jeremy Kemper
0b00e2b0e2 For rails tests, use latest from rails/arel.git 2010-03-10 13:49:12 -08:00
Jeremy Kemper
8b5b241377 Bump pg dep to 0.9.0+ 2010-03-01 16:20:10 -08:00
Carl Lerche
ba57575e03 Remove references to ActionDispatch::Routing::Routes in favor of Rails.appication.routes. 2010-02-24 10:52:16 -08:00