60 |
61 |
We're sorry, but something went wrong.
62 |
63 |
If you are the application owner check the logs for more information.
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/public/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/public/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/public/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/public/apple-touch-icon.png
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/public/favicon.ico
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
2 | #
3 | # To ban all spiders from the entire site uncomment the next two lines:
4 | # User-agent: *
5 | # Disallow: /
6 |
--------------------------------------------------------------------------------
/public/stylesheets/style.css:
--------------------------------------------------------------------------------
1 | html, body, #container {
2 | width: 400px;
3 | height: 400px;
4 | margin: 0;
5 | padding: 0;
6 | }
--------------------------------------------------------------------------------
/test/controllers/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/controllers/.keep
--------------------------------------------------------------------------------
/test/controllers/main_controller_test.rb:
--------------------------------------------------------------------------------
1 | require 'test_helper'
2 |
3 | class MainControllerTest < ActionDispatch::IntegrationTest
4 | test "should get index" do
5 | get main_index_url
6 | assert_response :success
7 | end
8 |
9 | end
10 |
--------------------------------------------------------------------------------
/test/fixtures/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/fixtures/.keep
--------------------------------------------------------------------------------
/test/fixtures/files/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/fixtures/files/.keep
--------------------------------------------------------------------------------
/test/fixtures/fruits.yml:
--------------------------------------------------------------------------------
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2 |
3 | one:
4 | name: MyString
5 | value: 1
6 |
7 | two:
8 | name: MyString
9 | value: 1
10 |
--------------------------------------------------------------------------------
/test/helpers/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/helpers/.keep
--------------------------------------------------------------------------------
/test/integration/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/integration/.keep
--------------------------------------------------------------------------------
/test/mailers/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/mailers/.keep
--------------------------------------------------------------------------------
/test/models/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/test/models/.keep
--------------------------------------------------------------------------------
/test/models/fruit_test.rb:
--------------------------------------------------------------------------------
1 | require 'test_helper'
2 |
3 | class FruitTest < ActiveSupport::TestCase
4 | # test "the truth" do
5 | # assert true
6 | # end
7 | end
8 |
--------------------------------------------------------------------------------
/test/test_helper.rb:
--------------------------------------------------------------------------------
1 | ENV['RAILS_ENV'] ||= 'test'
2 | require File.expand_path('../../config/environment', __FILE__)
3 | require 'rails/test_help'
4 |
5 | class ActiveSupport::TestCase
6 | # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
7 | fixtures :all
8 |
9 | # Add more helper methods to be used by all tests here...
10 | end
11 |
--------------------------------------------------------------------------------
/tmp/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/tmp/.keep
--------------------------------------------------------------------------------
/vendor/assets/javascripts/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/vendor/assets/javascripts/.keep
--------------------------------------------------------------------------------
/vendor/assets/stylesheets/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anychart-integrations/ruby-rails-mysql-template/18ac932876c1a879f0a7cb357c77958c928fcc41/vendor/assets/stylesheets/.keep
--------------------------------------------------------------------------------