Sha256: 6df34f18b46cc87ac2847d6b91c92604495f2ae33e46de2d1b403452469ca89f
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
source 'http://rubygems.org' gem 'rails', '3.1.0.rc1' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' platforms :ruby do gem 'sqlite3' end platforms :jruby do gem 'activerecord-jdbc-adapter' # As rails --database switch does not support derby, hsqldb, h2 nor mssql # as valid values, if you are not using SQLite, comment out the SQLite gem # below and uncomment the gem declaration for the adapter you are using. # If you are using oracle, db2, sybase, informix or prefer to use the plain # JDBC adapter, comment out all the adapter gems below. # SQLite JDBC adapter gem 'jdbc-sqlite3', :require => false # Derby JDBC adapter #gem 'activerecord-jdbcderby-adapter' # HSQL JDBC adapter #gem 'activerecord-jdbchsqldb-adapter' # H2 JDBC adapter #gem 'activerecord-jdbch2-adapter' # SQL Server JDBC adapter #gem 'activerecord-jdbcmssql-adapter' end # Asset template engines gem 'json' gem 'sass' gem 'coffee-script' gem 'uglifier' gem 'jquery-rails' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
steak-2.0.0.beta1 | spec/fixtures/rails_project/Gemfile |