Sha256: f691aaf5c449ca91d2da07b5eb9c20f131149c0418ede0818ecb720217998146

Contents?: true

Size: 1.76 KB

Versions: 54

Compression:

Stored size: 1.76 KB

Contents

# Sinatra

cd fixtures/sinatra_test
ln -s "../ashared/models" models
ln -s "../ashared/views/" views
ln -s "../../ashared/migrate" db/migrate
ln -s ../../../../test/integration/posts_controller_test.rb test/functional/posts_controller_test.rb
ln -s ../../../../test/integration/users_controller_test.rb test/functional/users_controller_test.rb

# Padrino

cd fixtures/padrino_test
ln -s "../ashared/models" models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln -s ../../../../../test/integration/posts_controller_test.rb test/app/controllers/posts_controller_test.rb
ln -s ../../../../../test/integration/users_controller_test.rb test/app/controllers/users_controller_test.rb

# Rails 2

cd fixtures/rails2
ln -s "../../ashared/models" app/models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln -s ../../../../test/integration/posts_controller_test.rb test/functionals/posts_controller_test.rb
ln -s ../../../../test/integration/users_controller_test.rb test/functionals/users_controller_test.rb

# Rails 3

cd fixtures/rails3
ln -s "../../ashared/models" app/models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln -s ../../../../test/integration/posts_controller_test.rb test/functional/posts_controller_test.rb
ln -s ../../../../test/integration/users_controller_test.rb test/functional/users_controller_test.rb

# Rails 3.2

cd fixtures/rails3_2
ln -s "../../ashared/models" app/models
ln -s "../../ashared/views_rails_3/" app/views
ln -s "../../ashared/migrate" db/migrate
ln -s ../../../../test/integration/rails3_2/posts_controller_test.rb test/functional/posts_controller_test.rb
ln -s ../../../../test/integration/rails3_2/users_controller_test.rb test/functional/users_controller_test.rb

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
rabl-0.13.1 fixtures/ashared/NOTES
rabl-0.13.0 fixtures/ashared/NOTES
rabl-0.12.0 fixtures/ashared/NOTES
rabl-0.11.8 fixtures/ashared/NOTES
rabl-0.11.7 fixtures/ashared/NOTES
solidus_backend-1.0.0.pre3 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/NOTES
solidus_backend-1.0.0.pre2 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/NOTES
solidus_backend-1.0.0.pre vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/NOTES
rabl-0.11.6 fixtures/ashared/NOTES
rabl-0.11.5 fixtures/ashared/NOTES
rabl-0.11.4 fixtures/ashared/NOTES
rabl-0.11.3 fixtures/ashared/NOTES
rabl-0.11.2 fixtures/ashared/NOTES
rabl-0.11.1 fixtures/ashared/NOTES
rabl-0.11.0 fixtures/ashared/NOTES
rabl-0.10.1 fixtures/ashared/NOTES
rabl-0.10.0 fixtures/ashared/NOTES
rabl-0.9.4.pre1 fixtures/ashared/NOTES
rabl-0.9.3 fixtures/ashared/NOTES
rabl-0.9.3.pre1 fixtures/ashared/NOTES