cadmus 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## cadmus 0.4.7 (07-15-2013)
2
+
3
+ * Bugfix: don't try to use the parameters in the new action. This prevents us from raising errors unnecessarily for required params in Rails 4.
4
+
1
5
  ## cadmus 0.4.6 (07-15-2013)
2
6
 
3
7
  * Changes for Rails 4 compatibility:
@@ -94,7 +94,7 @@ module Cadmus
94
94
  end
95
95
 
96
96
  def new
97
- @page = page_scope.new(page_params)
97
+ @page = page_scope.new
98
98
 
99
99
  respond_to do |format|
100
100
  format.html { render 'cadmus/pages/new' }
@@ -1,3 +1,3 @@
1
1
  module Cadmus
2
- VERSION = "0.4.6"
2
+ VERSION = "0.4.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cadmus
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.6
5
+ version: 0.4.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nat Budin
@@ -102,3 +102,4 @@ signing_key:
102
102
  specification_version: 3
103
103
  summary: Embeddable CMS for Rails 3 apps
104
104
  test_files: []
105
+ has_rdoc: