mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Install ActionWebService ported to Rails 2.3
This commit is contained in:
parent
3c94609583
commit
804d59c542
80 changed files with 8731 additions and 2 deletions
|
@ -17,8 +17,6 @@ end
|
|||
Rails::Initializer.run do |config|
|
||||
# Skip frameworks you're not going to use
|
||||
# config.frameworks -= [ :action_web_service, :action_mailer ]
|
||||
config.frameworks += [ :action_web_service]
|
||||
config.action_web_service = Rails::OrderedOptions.new
|
||||
config.load_paths += %W( #{RAILS_ROOT}/app/apis )
|
||||
|
||||
config.gem "highline"
|
||||
|
@ -26,6 +24,7 @@ Rails::Initializer.run do |config|
|
|||
# Need to do rspec here and not in test.rb. Needed for rake to work which loads
|
||||
# the rspec.task file
|
||||
config.gem "rspec", :lib => false, :version => ">=1.2.2"
|
||||
config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice'
|
||||
|
||||
config.action_controller.use_accept_header = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue