Passage à rails 4.1 rc1

This commit is contained in:
echarp 2014-03-18 15:40:13 +01:00
parent 864a129e58
commit 8272173d19
16 changed files with 135 additions and 82 deletions

21
Gemfile
View File

@ -1,6 +1,9 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'rails'
gem 'rails', '~> 4.1.0.rc1'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.1'
# Use mysql as the database for Active Record # Use mysql as the database for Active Record
gem 'mysql2' gem 'mysql2'
@ -24,12 +27,12 @@ gem 'turbolinks'
gem 'jquery-turbolinks' gem 'jquery-turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder' gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
group :doc do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
# bundle exec rake doc:rails generates the API under doc/api. gem 'spring', group: :development
gem 'sdoc', require: false
end
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2' # gem 'bcrypt-ruby', '~> 3.1.2'
@ -38,15 +41,17 @@ end
# gem 'unicorn' # gem 'unicorn'
# Use Capistrano for deployment # Use Capistrano for deployment
# gem 'capistrano', group: :development # gem 'capistrano-rails', group: :development
# Use debugger # Use debugger
# gem 'debugger', group: [:development, :test] # gem 'debugger', group: [:development, :test]
gem 'haml-rails' gem 'haml-rails'
gem 'compass-rails', '1.1.3' gem 'compass-rails'
gem 'modernizr-rails' gem 'modernizr-rails'
gem 'activeadmin', github: 'gregbell/active_admin' gem 'activeadmin', github: 'gregbell/active_admin'
# To correct some 4.1 issue with active_admin:
gem 'polyamorous', github: 'activerecord-hackery/polyamorous'
gem 'rails-i18n' gem 'rails-i18n'
gem 'devise-i18n' gem 'devise-i18n'
gem 'font-awesome-rails' gem 'font-awesome-rails'

View File

@ -1,3 +1,10 @@
GIT
remote: git://github.com/activerecord-hackery/polyamorous.git
revision: 3d45f4c9219b5e6626096d38aa04f401b7ce7808
specs:
polyamorous (0.6.4)
activerecord (>= 3.0)
GIT GIT
remote: git://github.com/echarp/simple_calendar.git remote: git://github.com/echarp/simple_calendar.git
revision: 415838f60847068bc29459f5a275c04d4db05ee9 revision: 415838f60847068bc29459f5a275c04d4db05ee9
@ -7,7 +14,7 @@ GIT
GIT GIT
remote: git://github.com/gregbell/active_admin.git remote: git://github.com/gregbell/active_admin.git
revision: ced7d35703bf22a967b0ce66ec9dd2f4bb5ac881 revision: 3fb7f03335b1ec5743c305f2c37103e2bfface97
specs: specs:
activeadmin (1.0.0.pre) activeadmin (1.0.0.pre)
arbre (~> 1.0) arbre (~> 1.0)
@ -26,41 +33,41 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.0.4) actionmailer (4.1.0.rc1)
actionpack (= 4.0.4) actionpack (= 4.1.0.rc1)
actionview (= 4.1.0.rc1)
mail (~> 2.5.4) mail (~> 2.5.4)
actionpack (4.0.4) actionpack (4.1.0.rc1)
activesupport (= 4.0.4) actionview (= 4.1.0.rc1)
builder (~> 3.1.0) activesupport (= 4.1.0.rc1)
erubis (~> 2.7.0)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.4) actionview (4.1.0.rc1)
activesupport (= 4.0.4) activesupport (= 4.1.0.rc1)
builder (~> 3.1.0) builder (~> 3.1)
activerecord (4.0.4) erubis (~> 2.7.0)
activemodel (= 4.0.4) activemodel (4.1.0.rc1)
activerecord-deprecated_finders (~> 1.0.2) activesupport (= 4.1.0.rc1)
activesupport (= 4.0.4) builder (~> 3.1)
arel (~> 4.0.0) activerecord (4.1.0.rc1)
activerecord-deprecated_finders (1.0.3) activemodel (= 4.1.0.rc1)
activesupport (4.0.4) activesupport (= 4.1.0.rc1)
arel (~> 5.0.0)
activesupport (4.1.0.rc1)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2) json (~> 1.7, >= 1.7.7)
multi_json (~> 1.3) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 0.3.37) tzinfo (~> 1.1)
arbre (1.0.1) arbre (1.0.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
arel (4.0.2) arel (5.0.0)
atomic (1.1.15) atomic (1.1.16)
bcrypt (3.1.7) bcrypt (3.1.7)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
bourbon (3.1.8) bourbon (3.1.8)
sass (>= 3.2.0) sass (>= 3.2.0)
thor thor
builder (3.1.4) builder (3.2.2)
celluloid (0.15.2) celluloid (0.15.2)
timers (~> 1.1.0) timers (~> 1.1.0)
celluloid-io (0.15.0) celluloid-io (0.15.0)
@ -79,10 +86,11 @@ GEM
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (= 3.2.14) sass (= 3.2.14)
compass-rails (1.1.3) compass-rails (1.1.7)
compass (>= 0.12.2) compass (>= 0.12.2)
devise (3.2.3) sprockets (<= 2.11.0)
bcrypt-ruby (~> 3.0) devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5) railties (>= 3.2.6, < 5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
@ -160,14 +168,12 @@ GEM
treetop (~> 1.4.8) treetop (~> 1.4.8)
method_source (0.8.2) method_source (0.8.2)
mime-types (1.25.1) mime-types (1.25.1)
minitest (4.7.5) minitest (5.3.1)
modernizr-rails (2.7.1) modernizr-rails (2.7.1)
multi_json (1.9.0) multi_json (1.9.0)
mysql2 (0.3.15) mysql2 (0.3.15)
nio4r (1.0.0) nio4r (1.0.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
polyamorous (0.6.4)
activerecord (>= 3.0)
polyglot (0.3.4) polyglot (0.3.4)
pry (0.9.12.6) pry (0.9.12.6)
coderay (~> 1.0) coderay (~> 1.0)
@ -178,20 +184,22 @@ GEM
rack (1.5.2) rack (1.5.2)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.4) rails (4.1.0.rc1)
actionmailer (= 4.0.4) actionmailer (= 4.1.0.rc1)
actionpack (= 4.0.4) actionpack (= 4.1.0.rc1)
activerecord (= 4.0.4) actionview (= 4.1.0.rc1)
activesupport (= 4.0.4) activemodel (= 4.1.0.rc1)
activerecord (= 4.1.0.rc1)
activesupport (= 4.1.0.rc1)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.4) railties (= 4.1.0.rc1)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
rails-i18n (4.0.1) rails-i18n (4.0.1)
i18n (~> 0.6) i18n (~> 0.6)
rails (~> 4.0) rails (~> 4.0)
railties (4.0.4) railties (4.1.0.rc1)
actionpack (= 4.0.4) actionpack (= 4.1.0.rc1)
activesupport (= 4.0.4) activesupport (= 4.1.0.rc1)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.1.1) rake (10.1.1)
@ -217,6 +225,7 @@ GEM
json (~> 1.8) json (~> 1.8)
rdoc (~> 4.0, < 5.0) rdoc (~> 4.0, < 5.0)
slop (3.5.0) slop (3.5.0)
spring (1.1.2)
sprockets (2.11.0) sprockets (2.11.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -227,7 +236,7 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
thor (0.18.1.20140116) thor (0.18.1.20140116)
thread_safe (0.2.0) thread_safe (0.3.0)
atomic (>= 1.1.7, < 2) atomic (>= 1.1.7, < 2)
tilt (1.4.1) tilt (1.4.1)
timers (1.1.0) timers (1.1.0)
@ -236,7 +245,8 @@ GEM
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (2.2.1) turbolinks (2.2.1)
coffee-rails coffee-rails
tzinfo (0.3.39) tzinfo (1.1.0)
thread_safe (~> 0.1)
uglifier (2.5.0) uglifier (2.5.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
@ -250,7 +260,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
activeadmin! activeadmin!
coffee-rails coffee-rails
compass-rails (= 1.1.3) compass-rails
devise-i18n devise-i18n
font-awesome-rails font-awesome-rails
gritter gritter
@ -258,17 +268,20 @@ DEPENDENCIES
guard-livereload guard-livereload
guard-minitest guard-minitest
haml-rails haml-rails
jbuilder jbuilder (~> 2.0)
jquery-rails jquery-rails
jquery-turbolinks jquery-turbolinks
modernizr-rails modernizr-rails
mysql2 mysql2
polyamorous!
quiet_assets quiet_assets
rails rails (~> 4.1.0.rc1)
rails-i18n rails-i18n
redcarpet redcarpet
sdoc sass-rails (~> 4.0.1)
sdoc (~> 0.4.0)
simple_calendar! simple_calendar!
spring
turbolinks turbolinks
uglifier uglifier
webrick (>= 1.3.1) webrick (>= 1.3.1)

View File

@ -5,10 +5,12 @@
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
* *
* You're free to add application-wide styles to this file and they'll appear at the top of the * You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file, but it's generally better to create a new file per style scope. * compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
* *
*= require gritter *= require gritter
*= require_self
*= require_tree . *= require_tree .
*= require_self
*/ */

View File

@ -1,3 +1,3 @@
#!/usr/bin/env ruby1.9.1 #!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle') load Gem.bin_path('bundler', 'bundle')

View File

@ -1,4 +1,4 @@
#!/usr/bin/env ruby1.9.1 #!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot' require_relative '../config/boot'
require 'rails/commands' require 'rails/commands'

View File

@ -1,4 +1,4 @@
#!/usr/bin/env ruby1.9.1 #!/usr/bin/env ruby
require_relative '../config/boot' require_relative '../config/boot'
require 'rake' require 'rake'
Rake.application.run Rake.application.run

View File

@ -4,7 +4,7 @@ require 'rails/all'
# Require the gems listed in Gemfile, including any gems # Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production. # you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) Bundler.require(*Rails.groups)
module AgendaDuLibreRails module AgendaDuLibreRails
class Application < Rails::Application class Application < Rails::Application

View File

@ -1,4 +1,4 @@
# Set up gems listed in the Gemfile. # Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])

View File

@ -2,4 +2,4 @@
require File.expand_path('../application', __FILE__) require File.expand_path('../application', __FILE__)
# Initialize the Rails application. # Initialize the Rails application.
AgendaDuLibreRails::Application.initialize! Rails.application.initialize!

View File

@ -1,4 +1,4 @@
AgendaDuLibreRails::Application.configure do Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb. # Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on # In the development environment your application's code is reloaded on
@ -14,18 +14,24 @@ AgendaDuLibreRails::Application.configure do
config.action_controller.perform_caching = false config.action_controller.perform_caching = false
# Don't care if the mailer can't send. # Don't care if the mailer can't send.
if config.respond_to?(:action_mailer) config.action_mailer.raise_delivery_errors = false
config.action_mailer.raise_delivery_errors = false
end
# Print deprecation notices to the Rails logger. # Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log config.active_support.deprecation = :log
# Raise an error on page load if there are pending migrations # Raise an error on page load if there are pending migrations.
config.active_record.migration_error = :page_load config.active_record.migration_error = :page_load
# Debug mode disables concatenation and preprocessing of assets. # Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large # This option may cause significant delays in view rendering with a large
# number of complex assets. # number of complex assets.
config.assets.debug = true config.assets.debug = true
# Adds additional error checking when serving assets at runtime.
# Checks for improperly declared sprockets dependencies.
# Raises helpful error messages.
config.assets.raise_runtime_errors = true
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
end end

View File

@ -1,11 +1,11 @@
AgendaDuLibreRails::Application.configure do Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb. # Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests. # Code is not reloaded between requests.
config.cache_classes = true config.cache_classes = true
# Eager load code on boot. This eager loads most of Rails and # Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both thread web servers # your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better. # and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance. # Rake tasks automatically ignore this option for performance.
config.eager_load = true config.eager_load = true
@ -27,7 +27,7 @@ AgendaDuLibreRails::Application.configure do
# config.assets.css_compressor = :sass # config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed. # Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true config.assets.compile = false
# Generate digests for assets URLs. # Generate digests for assets URLs.
config.assets.digest = true config.assets.digest = true
@ -63,12 +63,10 @@ AgendaDuLibreRails::Application.configure do
# Ignore bad email addresses and do not raise email delivery errors. # Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors.
if config.respond_to?(:action_mailer) # config.action_mailer.raise_delivery_errors = false
# config.action_mailer.raise_delivery_errors = false
end
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found). # the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true config.i18n.fallbacks = true
# Send deprecation notices to registered listeners. # Send deprecation notices to registered listeners.
@ -79,4 +77,7 @@ AgendaDuLibreRails::Application.configure do
# Use default logging formatter so that PID and timestamp are not suppressed. # Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new config.log_formatter = ::Logger::Formatter.new
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
end end

View File

@ -1,4 +1,4 @@
AgendaDuLibreRails::Application.configure do Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb. # Settings specified here will take precedence over those in config/application.rb.
# The test environment is used exclusively to run your application's # The test environment is used exclusively to run your application's
@ -14,7 +14,7 @@ AgendaDuLibreRails::Application.configure do
# Configure static asset server for tests with Cache-Control for performance. # Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600" config.static_cache_control = 'public, max-age=3600'
# Show full error reports and disable caching. # Show full error reports and disable caching.
config.consider_all_requests_local = true config.consider_all_requests_local = true
@ -29,10 +29,11 @@ AgendaDuLibreRails::Application.configure do
# Tell Action Mailer not to deliver emails to the real world. # Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the # The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array. # ActionMailer::Base.deliveries array.
if config.respond_to?(:action_mailer) config.action_mailer.delivery_method = :test
config.action_mailer.delivery_method = :test
end
# Print deprecation notices to the stderr. # Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr config.active_support.deprecation = :stderr
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
end end

View File

@ -0,0 +1,3 @@
# Be sure to restart your server when you modify this file.
Rails.application.config.action_dispatch.cookies_serializer = :json

View File

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file. # Be sure to restart your server when you modify this file.
AgendaDuLibreRails::Application.config.session_store :cookie_store, key: '_agenda-du-libre-rails_session' Rails.application.config.session_store :cookie_store, key: '_agenda_du_libre_rails_session'

View File

@ -1,4 +1,4 @@
AgendaDuLibreRails::Application.routes.draw do Rails.application.routes.draw do
resources :users resources :users
resources :events resources :events
resources :moderations do resources :moderations do

22
config/secrets.yml Normal file
View File

@ -0,0 +1,22 @@
# Be sure to restart your server when you modify this file.
# Your secret key is used 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.
# You can use `rake secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: dbe66d64011b60f265d7425be28bb09900e9b92dc858127490ac7c4294352aa360a562f60ee3efc554b7ce449b0244c04c5bed57cb28ca1df1e6a6e368ee5b9f
test:
secret_key_base: d6e43775998f2efca6b1fbc9891c17d9fef4850950c521c21b77514891009e0567ed41c3c8d2e038adeb5dcaf4b1ed94f868c311fa10c54e93c76bd09a244e99
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>