Download sample app rails 4 Free Java Code

Description

The reference implementation of the sample app for the Ruby on Rails Tutorial (Rails 4).

Icons

sample app rails 4

Source Files

The download file sample_app_rails_4-master.zip has the following entries.


.gitignore// ww  w. j a v a 2  s.c o  m
.rspec
Gemfile
Gemfile.lock
Guardfile
LICENSE
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js
app/assets/javascripts/sessions.js.coffee
app/assets/javascripts/static_pages.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/custom.css.scss
app/assets/stylesheets/sessions.css.scss
app/assets/stylesheets/static_pages.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb
app/controllers/concerns/.keep
app/controllers/microposts_controller.rb
app/controllers/relationships_controller.rb
app/controllers/sessions_controller.rb
app/controllers/static_pages_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/sessions_helper.rb
app/helpers/static_pages_helper.rb
app/helpers/users_helper.rb
app/mailers/.keep
app/models/.keep
app/models/concerns/.keep
app/models/micropost.rb
app/models/relationship.rb
app/models/user.rb
app/views/layouts/_footer.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_shim.html.erb
app/views/layouts/application.html.erb
app/views/microposts/_micropost.html.erb
app/views/relationships/create.js.erb
app/views/relationships/destroy.js.erb
app/views/sessions/new.html.erb
app/views/shared/_error_messages.html.erb
app/views/shared/_feed.html.erb
app/views/shared/_feed_item.html.erb
app/views/shared/_micropost_form.html.erb
app/views/shared/_stats.html.erb
app/views/shared/_user_info.html.erb
app/views/static_pages/about.html.erb
app/views/static_pages/contact.html.erb
app/views/static_pages/help.html.erb
app/views/static_pages/home.html.erb
app/views/static_pages/show.html.erb
app/views/users/_follow.html.erb
app/views/users/_follow_form.html.erb
app/views/users/_unfollow.html.erb
app/views/users/_user.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/users/show_follow.html.erb
bin/bundle
bin/rails
bin/rake
config.ru
config/application.rb
config/boot.rb
config/cucumber.yml
config/database.yml.example
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/filter_parameter_logging.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/routes.rb
db/migrate/20130311191400_create_users.rb
db/migrate/20130311194153_add_index_to_users_email.rb
db/migrate/20130311201841_add_password_digest_to_users.rb
db/migrate/20130314184954_add_remember_token_to_users.rb
db/migrate/20130315015932_add_admin_to_users.rb
db/migrate/20130315175534_create_microposts.rb
db/migrate/20130315230445_create_relationships.rb
db/schema.rb
db/seeds.rb
features/signing_in.feature
features/step_definitions/authentication_steps.rb
features/support/env.rb
lib/assets/.keep
lib/tasks/.keep
lib/tasks/cucumber.rake
lib/tasks/sample_data.rake
log/.keep
public/404.html
public/422.html
public/500.html
public/assets/application-4962059d8f80f9bb096692bacc29c4e8.css
public/assets/application-4962059d8f80f9bb096692bacc29c4e8.css.gz
public/assets/application-eeb856e3fe2c8f879c91d0e81d59cb40.js
public/assets/application-eeb856e3fe2c8f879c91d0e81d59cb40.js.gz
public/assets/glyphicons-halflings-c806376f05e4ccabe2c5315a8e95667c.png
public/assets/glyphicons-halflings-white-62b67d9edee3db90d18833087f848d6e.png
public/assets/manifest-802de9eb1c853769101852422b620883.json
public/assets/rails-231a680f23887d9dd70710ea5efd3c62.png
public/favicon.ico
public/robots.txt
script/cucumber
spec/controllers/relationships_controller_spec.rb
spec/factories.rb
spec/helpers/application_helper_spec.rb
spec/models/micropost_spec.rb
spec/models/relationship_spec.rb
spec/models/user_spec.rb
spec/requests/authentication_pages_spec.rb
spec/requests/micropost_pages_spec.rb
spec/requests/static_pages_spec.rb
spec/requests/user_pages_spec.rb
spec/spec_helper.rb
spec/support/utilities.rb
vendor/assets/javascripts/.keep
vendor/assets/stylesheets/.keep

Download

Click the following link to download sample_app_rails_4-master.zip.

sample_app_rails_4-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper