Skip to content

junchen4/RailsLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Lite

Rails Lite is a clone of Ruby on Rails basic functionality.

Primary Tools Used

  • Ruby metaprogramming
  • ERB template rendering library and binding
  • WEBrick web-server
  • ActiveSupport
  • URI
  • Regex

Features

  • Controller
  • Cookies
  • Params and query string parsing
  • Routing

Using The Specs (suggested order)

  1. bundle exec rspec spec/p02_controller_spec.rb
  2. bundle exec rspec spec/p03_template_spec.rb
  3. bundle exec rspec spec/p04_session_spec.rb
  4. bundle exec rspec spec/p05_params_spec.rb
  5. bundle exec rspec spec/p06_router_spec.rb
  6. bundle exec rspec spec/p07_integration_spec.rb

Run bundle exec rspec to run all the spec files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published