alchemy_cms 3.1.0.rc2 → 3.1.0.rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64b4c80e471321ff237ae2fa6232841e2769f1fc
4
- data.tar.gz: c66e6fbc68e16aa584ac6801d32821a3e04267f1
3
+ metadata.gz: e14489771d6905de909f3f5e46c0408ff9c739ab
4
+ data.tar.gz: 9def26e3fdcf006427a909c983a2b0fefa043f04
5
5
  SHA512:
6
- metadata.gz: 3e43c4db264c179ebc193d8ace01227b9e94570b82c8c6f4c572e4cb1e5cfcd66995fa99a7326d57ac65f144da95f47c8aa28b2c2358dcf79afc4ea844672464
7
- data.tar.gz: 326af8d144fdab241db4c6e41c8f981364b4ab5552c86132ba05f61aafe25ac06f635742c9f1f610e0c2f0d2f6ff026b833e69aaf32c1268b0f2a2860cf7f9ae
6
+ metadata.gz: e0d265bd41d9bd04714b910a69027ceaa522ca725dd7fcd216e1ad451f56a76ed78caafc7d56876b4149b49044888bfef5d033b465ece9d16b3337582aad98c6
7
+ data.tar.gz: 84c1e91cf582a2a0cbebe90436d2a9330d304f678518355fad2007583d08defd9ef29addda9379038fdd973b85da74365e9506186d71b6083cf71e0201f29d98
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <title><%= render_alchemy_title %></title>
6
- <link rel="shortcut icon" href="/assets/alchemy/favicon.ico">
6
+ <link rel="shortcut icon" href="<%= asset_path('alchemy/favicon.ico') %>">
7
7
  <%= csrf_meta_tag %>
8
8
  <meta name="robots" content="noindex">
9
9
  <%= stylesheet_link_tag('alchemy/admin', :media => 'screen', "data-turbolinks-track" => true) %>
@@ -100,7 +100,7 @@ SimpleForm.setup do |config|
100
100
  config.label_class = 'control-label'
101
101
 
102
102
  # You can define the class to use on all forms. Default is simple_form.
103
- config.default_form_class = nil
103
+ # config.default_form_class = nil
104
104
 
105
105
  # You can define which elements should obtain additional classes
106
106
  # config.generate_additional_classes_for = [:wrapper, :label, :input]
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
- VERSION = "3.1.0.rc2"
2
+ VERSION = "3.1.0.rc3"
3
3
 
4
4
  def self.version
5
5
  VERSION
@@ -12,19 +12,19 @@ SimpleCov.start 'rails'
12
12
  ENV["RAILS_ENV"] = "test"
13
13
 
14
14
  require File.expand_path("../dummy/config/environment.rb", __FILE__)
15
+ require 'rspec/rails'
16
+ require 'rails/test_help'
17
+ require 'capybara/poltergeist'
18
+ require 'capybara/rails'
19
+ require 'database_cleaner'
20
+ require 'rspec-activemodel-mocks'
15
21
 
16
22
  require 'alchemy/seeder'
17
23
  require 'alchemy/test_support/auth_helpers'
18
24
  require 'alchemy/test_support/controller_requests'
19
- require 'alchemy/test_support/integration_helpers'
20
25
  require 'alchemy/test_support/essence_shared_examples'
26
+ require 'alchemy/test_support/integration_helpers'
21
27
  require 'alchemy/test_support/factories'
22
- require 'capybara/poltergeist'
23
- require 'capybara/rails'
24
- require 'database_cleaner'
25
- require 'rails/test_help'
26
- require 'rspec-activemodel-mocks'
27
- require 'rspec/rails'
28
28
 
29
29
  require_relative "support/hint_examples.rb"
30
30
  require_relative "support/transformation_examples.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.rc2
4
+ version: 3.1.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen