Nem csak a kód …

2009 February 20
by tarsolya

Nem csak a kód kap itt szerepet, de az is. Kéne blogolni, vagyis írhatnék az van, csak basz az ideg is meg minden.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Rails::Initializer.run do |config|
  # Settings in config/environments/* take precedence over those specified here.
  # Application configuration should go into files in config/initializers
  # -- all .rb files in that directory are automatically loaded.
 
  # Add additional load paths for your own custom dirs
  # config.load_paths += %W( #{RAILS_ROOT}/extras )
 
  # Specify gems that this application depends on and have them installed with rake gems:install
  # config.gem "bj"
  config.gem 'thoughtbot-clearance', :lib => 'clearance', :source  => 'http://gems.github.com', :version => '>= 0.4.7'
  config.gem 'thoughtbot-shoulda', :lib => 'shoulda', :source  => "http://gems.github.com", :version => '>= 2.9.1'
  config.gem 'thoughtbot-factory_girl', :lib => 'factory_girl', :source  => "http://gems.github.com", :version => '>= 1.1.5'
  config.gem 'configatron', :lib => 'configatron', :version => '>= 2.2'
No comments yet

Leave a Reply

You must be logged in to post a comment.