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