Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
ba697508
Commit
ba697508
authored
Aug 01, 2010
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed inexplicable dependencies on action_controller and action_pack
parent
b5aea8b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
shoulda_macros/paperclip.rb
+0
-1
test/helper.rb
+0
-4
No files found.
shoulda_macros/paperclip.rb
View file @
ba697508
require
'paperclip/matchers'
require
'paperclip/matchers'
require
'action_controller'
module
Paperclip
module
Paperclip
# =Paperclip Shoulda Macros
# =Paperclip Shoulda Macros
...
...
test/helper.rb
View file @
ba697508
...
@@ -9,21 +9,17 @@ case ENV['RAILS_VERSION']
...
@@ -9,21 +9,17 @@ case ENV['RAILS_VERSION']
when
'2.1'
then
when
'2.1'
then
gem
'activerecord'
,
'~>2.1.0'
gem
'activerecord'
,
'~>2.1.0'
gem
'activesupport'
,
'~>2.1.0'
gem
'activesupport'
,
'~>2.1.0'
gem
'actionpack'
,
'~>2.1.0'
when
'3.0'
then
when
'3.0'
then
gem
'activerecord'
,
'~>3.0.0'
gem
'activerecord'
,
'~>3.0.0'
gem
'activesupport'
,
'~>3.0.0'
gem
'activesupport'
,
'~>3.0.0'
gem
'actionpack'
,
'~>3.0.0'
else
else
gem
'activerecord'
,
'~>2.3.0'
gem
'activerecord'
,
'~>2.3.0'
gem
'activesupport'
,
'~>2.3.0'
gem
'activesupport'
,
'~>2.3.0'
gem
'actionpack'
,
'~>2.3.0'
end
end
require
'active_record'
require
'active_record'
require
'active_record/version'
require
'active_record/version'
require
'active_support'
require
'active_support'
require
'action_pack'
puts
"Testing against version
#{
ActiveRecord
::
VERSION
::
STRING
}
"
puts
"Testing against version
#{
ActiveRecord
::
VERSION
::
STRING
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment