crowdblog 0.0.14 → 0.0.15
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.
- data/Gemfile.lock +1 -1
- data/app/controllers/crowdblog/assets_controller.rb +4 -0
- data/lib/crowdblog/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
module Crowdblog
|
2
2
|
class AssetsController < Controller
|
3
|
+
# TODO: Skipping filters is the worst solution ever to this problem
|
4
|
+
# Someone should fix the uploadify.js thing
|
5
|
+
skip_before_filter :verify_authenticity_token, :only => :create
|
6
|
+
skip_before_filter :authorize!
|
3
7
|
|
4
8
|
def create
|
5
9
|
@post = Post.find(params[:post_id])
|
data/lib/crowdblog/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crowdblog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2012-05-
|
16
|
+
date: 2012-05-28 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: rails
|
@@ -559,7 +559,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
559
559
|
version: '0'
|
560
560
|
segments:
|
561
561
|
- 0
|
562
|
-
hash:
|
562
|
+
hash: 947042220405031422
|
563
563
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
564
564
|
none: false
|
565
565
|
requirements:
|
@@ -568,7 +568,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
568
568
|
version: '0'
|
569
569
|
segments:
|
570
570
|
- 0
|
571
|
-
hash:
|
571
|
+
hash: 947042220405031422
|
572
572
|
requirements: []
|
573
573
|
rubyforge_project:
|
574
574
|
rubygems_version: 1.8.23
|