1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
Commit graph

19 commits

Author SHA1 Message Date
Rafael Mendonça França
7b368ddb9f Good bye ruby-debug 💣 2012-02-22 15:09:28 -02:00
Rafael Mendonça França
fca99746d2 Use country_select gem instead of the plugin
Rails 3.2 deprecated the Rails plugins. So we have to use gems.
2012-01-30 16:14:58 -02:00
Lucas Mazza
bcc4f1eada add the --bootstrap option to the simple_form:install generator 2012-01-24 16:23:50 -02:00
Carlos Antonio da Silva
0e448b0a25 Bump rails requirements to 3.2.0, update other gems 2012-01-24 11:19:28 -02:00
Rafael Mendonça França
9038c6b6d3 Fix dependencies 2012-01-12 11:17:14 -03:00
Rafael Mendonça França
a0f0ffea58 Add support to Rails 3.2 2012-01-11 14:39:37 -03:00
João Britto
ca61a2860d Bring rake back to stable (0.9.2.2) 2011-11-09 21:07:49 -02:00
Rafael Mendonça França
d440d1a018 Tests green with Rails 3.1.0 2011-08-30 23:42:44 -03:00
Rafael Mendonça França
5d4021f6b5 Bump rake to 0.9.3.beta1 2011-08-11 00:11:33 -03:00
Rafael Mendonça França
be8f4c31d3 Remove rake warnings 2011-08-10 23:52:23 -03:00
Rafael Mendonça França
0d9b5a8632 Fix the Gemfile 2011-08-10 23:42:36 -03:00
Rafael Mendonça França
e45918b8a8 Declare dependencies on gemspec. Closes #266 2011-06-22 00:00:55 -03:00
José Valim
068ee6d3d1 Let's run on rubinius as well. 2011-05-18 14:20:16 -04:00
José Valim
1520353fc2 Add inputs discovery. 2011-04-27 21:27:49 +02:00
Carlos Antonio da Silva
52d9660553 Kill the test-unit gem dependency for testing on 1.9
Minitest that comes with Ruby 1.9 has a compatibility layer that allows us to
keep using it as Test::Unit, so we don't need to rely on external gems.

Besides that, with the test-unit gem we had two breaking tests that are now green.
2011-03-01 23:45:23 -03:00
Carlos Antonio da Silva
1681b71826 Group all test related gems in :test group and do not require them automatically 2010-12-07 00:05:45 -02:00
Carlos Antonio da Silva
b33f13600e Configure Gemfile to use Rails 3.0.x 2010-11-21 15:12:39 -02:00
José Valim
b93c01c641 Update Gemfile to Rails 3. 2010-08-31 10:10:52 +02:00
José Valim
e534bd2f4f Add Gemfile to project. 2010-07-06 14:07:24 +02:00