steak 2.0.0.beta2 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/lib/steak/version.rb +1 -1
- data/spec/fixtures/rails_project/.gitignore +0 -1
- data/spec/fixtures/rails_project/Gemfile +17 -14
- data/spec/fixtures/rails_project/README +7 -12
- data/spec/fixtures/rails_project/Rakefile +1 -1
- data/spec/fixtures/rails_project/app/views/layouts/application.html.erb +3 -3
- data/spec/fixtures/rails_project/config/application.rb +3 -3
- data/spec/fixtures/rails_project/config/database.yml +0 -3
- data/spec/fixtures/rails_project/config/environments/development.rb +3 -4
- data/spec/fixtures/rails_project/config/environments/production.rb +12 -17
- data/spec/fixtures/rails_project/config/environments/test.rb +1 -5
- data/spec/fixtures/rails_project/config/initializers/secret_token.rb +1 -1
- data/spec/fixtures/rails_project/config/locales/en.yml +1 -1
- data/spec/fixtures/rails_project/config/routes.rb +1 -1
- data/spec/fixtures/rails_project/db/seeds.rb +1 -1
- data/spec/fixtures/rails_project/{app/assets → public}/images/rails.png +0 -0
- data/spec/fixtures/rails_project/public/index.html +8 -10
- data/spec/fixtures/rails_project/public/javascripts/application.js +2 -0
- data/spec/fixtures/rails_project/public/javascripts/controls.js +965 -0
- data/spec/fixtures/rails_project/public/javascripts/dragdrop.js +974 -0
- data/spec/fixtures/rails_project/public/javascripts/effects.js +1123 -0
- data/spec/fixtures/rails_project/public/javascripts/prototype.js +6001 -0
- data/spec/fixtures/rails_project/public/javascripts/rails.js +191 -0
- data/spec/fixtures/rails_project/{app/mailers → public/stylesheets}/.gitkeep +0 -0
- data/spec/fixtures/rails_project/test/performance/browsing_test.rb +1 -4
- data/spec/fixtures/rails_project_with_steak/.gitignore +0 -1
- data/spec/fixtures/rails_project_with_steak/Gemfile +17 -14
- data/spec/fixtures/rails_project_with_steak/README +7 -12
- data/spec/fixtures/rails_project_with_steak/Rakefile +1 -1
- data/spec/fixtures/rails_project_with_steak/app/views/layouts/application.html.erb +3 -3
- data/spec/fixtures/rails_project_with_steak/config/application.rb +3 -3
- data/spec/fixtures/rails_project_with_steak/config/database.yml +0 -3
- data/spec/fixtures/rails_project_with_steak/config/environments/development.rb +3 -4
- data/spec/fixtures/rails_project_with_steak/config/environments/production.rb +12 -17
- data/spec/fixtures/rails_project_with_steak/config/environments/test.rb +1 -5
- data/spec/fixtures/rails_project_with_steak/config/initializers/secret_token.rb +1 -1
- data/spec/fixtures/rails_project_with_steak/config/locales/en.yml +1 -1
- data/spec/fixtures/rails_project_with_steak/config/routes.rb +1 -1
- data/spec/fixtures/rails_project_with_steak/db/seeds.rb +1 -1
- data/spec/fixtures/rails_project_with_steak/{app/assets → public}/images/rails.png +0 -0
- data/spec/fixtures/rails_project_with_steak/public/index.html +8 -10
- data/spec/fixtures/rails_project_with_steak/public/javascripts/application.js +2 -0
- data/spec/fixtures/rails_project_with_steak/public/javascripts/controls.js +965 -0
- data/spec/fixtures/rails_project_with_steak/public/javascripts/dragdrop.js +974 -0
- data/spec/fixtures/rails_project_with_steak/public/javascripts/effects.js +1123 -0
- data/spec/fixtures/rails_project_with_steak/public/javascripts/prototype.js +6001 -0
- data/spec/fixtures/rails_project_with_steak/public/javascripts/rails.js +191 -0
- data/spec/fixtures/{rails_project/app/models → rails_project_with_steak/public/stylesheets}/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/test/performance/browsing_test.rb +1 -4
- metadata +42 -64
- data/spec/fixtures/rails_project/app/assets/javascripts/application.js +0 -9
- data/spec/fixtures/rails_project/app/assets/stylesheets/application.css +0 -7
- data/spec/fixtures/rails_project/config/initializers/wrap_parameters.rb +0 -12
- data/spec/fixtures/rails_project/log/.gitkeep +0 -0
- data/spec/fixtures/rails_project/test/fixtures/.gitkeep +0 -0
- data/spec/fixtures/rails_project/test/functional/.gitkeep +0 -0
- data/spec/fixtures/rails_project/test/integration/.gitkeep +0 -0
- data/spec/fixtures/rails_project/test/unit/.gitkeep +0 -0
- data/spec/fixtures/rails_project/vendor/assets/stylesheets/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/app/assets/javascripts/application.js +0 -9
- data/spec/fixtures/rails_project_with_steak/app/assets/stylesheets/application.css +0 -7
- data/spec/fixtures/rails_project_with_steak/app/mailers/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/app/models/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/config/initializers/wrap_parameters.rb +0 -12
- data/spec/fixtures/rails_project_with_steak/log/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/test/fixtures/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/test/functional/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/test/integration/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/test/unit/.gitkeep +0 -0
- data/spec/fixtures/rails_project_with_steak/vendor/assets/stylesheets/.gitkeep +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.