Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # Be sure to restart your web server when you modify this file.
  2.  
  3. # Uncomment below to force Rails into production mode when
  4. # you don't control web/app server and can't set it the proper way
  5. # ENV['RAILS_ENV'] ||= 'production'
  6.  
  7. # Bootstrap the Rails environment, frameworks, and default configuration
  8. require File.join(File.dirname(__FILE__), 'boot')
  9.  
  10. Rails::Initializer.run do |config|
  11. # Settings in config/environments/* take precedence those specified here
  12.  
  13. # Skip frameworks you're not going to use
  14. # config.frameworks -= [ :action_web_service, :action_mailer ]
  15.  
  16. # Add additional load paths for your own custom dirs
  17. # config.load_paths += %W( #{RAILS_ROOT}/extras )
  18.  
  19. # Force all environments to use the same logger level
  20. # (by default production uses :info, the others :debug)
  21. # config.log_level = :debug
  22.  
  23. # Use the database for sessions instead of the file system
  24. # (create the session table with 'rake db:sessions:create')
  25. # config.action_controller.session_store = :active_record_store
  26.  
  27. # Use SQL instead of Active Record's schema dumper when creating the test database.
  28. # This is necessary if your schema can't be completely dumped by the schema dumper,
  29. # like if you have constraints or database-specific column types
  30. # config.active_record.schema_format = :sql
  31.  
  32. # Activate observers that should always be running
  33. # config.active_record.observers = :cacher, :garbage_collector
  34.  
  35. # Make Active Record use UTC-base instead of local time
  36. # config.active_record.default_timezone = :utc
  37.  
  38. # See Rails::Configuration for more options
  39. end
  40.  
  41. # Add new inflection rules using the following format
  42. # (all these examples are active by default):
  43. # Inflector.inflections do |inflect|
  44. # inflect.plural /^(ox)$/i, '\1en'
  45. # inflect.singular /^(ox)en/i, '\1'
  46. # inflect.irregular 'person', 'people'
  47. # inflect.uncountable %w( fish sheep )
  48. # end
  49.  
  50. # Include your application configuration below
Add Comment
Please, Sign In to add comment