Sha256: 4c53279ad7ac435007c1014eb16a2571cc13650485d6d39a6d8abcd73da49491

Contents?: true

Size: 424 Bytes

Versions: 11

Compression:

Stored size: 424 Bytes

Contents

# if the gem is not installed system wide, we'll just skip the tasks
begin
  # this will load the latest restfulx gem version
  require 'restfulx/active_record_tasks'
rescue LoadError
  puts "Could not load active_record_tasks from 'restfulx/active_record_tasks'. " <<
    "If you are loading restfulx gem from vendor/gems, adjust the path to active_record_tasks in " <<
    "lib/tasks/restfulx_tasks.rake accordingly."
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
captproton-restfulx-1.2.3 rails_generators/rx_config/templates/restfulx_tasks.rake
dima-restfulx-1.2.2 rails_generators/rx_config/templates/restfulx_tasks.rake
dima-restfulx-1.2.3 rails_generators/rx_config/templates/restfulx_tasks.rake
dima-restfulx-1.2.4 rails_generators/rx_config/templates/restfulx_tasks.rake
rlmattax-restfulx-1.2.4.1 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.3.1 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.3.0 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.2.5 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.2.3 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.2.4 rails_generators/rx_config/templates/restfulx_tasks.rake
restfulx-1.2.2 rails_generators/rx_config/templates/restfulx_tasks.rake