starting on 15.2

This commit is contained in:
Dan Buch
2011-08-09 05:19:31 -04:00
parent 875b2f1ab1
commit 8618730647
43 changed files with 10221 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Be sure to restart your server when you modify this file.
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
# Rails.backtrace_cleaner.remove_silencers!

View File

@@ -0,0 +1,10 @@
# Be sure to restart your server when you modify this file.
# Add new inflection rules using the following format
# (all these examples are active by default):
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end

View File

@@ -0,0 +1,5 @@
# Be sure to restart your server when you modify this file.
# Add new mime types for use in respond_to blocks:
# Mime::Type.register "text/richtext", :rtf
# Mime::Type.register_alias "text/html", :iphone

View File

@@ -0,0 +1,7 @@
# Be sure to restart your server when you modify this file.
# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
Passingdata::Application.config.secret_token = 'f4bbc33f35911534190944e3d81c1e97e356cc1114b7452d21e7b0bebfe5c0461b29edd10dc5e5fd8ba4a7196a90720c7c719b040c60436c30d016f2c6519f5e'

View File

@@ -0,0 +1,8 @@
# Be sure to restart your server when you modify this file.
Passingdata::Application.config.session_store :cookie_store, :key => '_passingdata_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Passingdata::Application.config.session_store :active_record_store