marina-ferreira / mini-rails

Owning Rails Course - Rebuilding the Rails Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Owning Rails

Mini Rails

GitHub top language Ruby Version


🔖 About

Mini Rails is a gem developed during the Owning Rails course. Aiming the understanding of the inner workings of the Rails framework, it covered the implementation from scratch of the Rails gem itself, along with its other supporting gems:

  • ActiveRecord
  • ActiveSupport
  • Railties
  • ActionController
  • ActionDispatch
  • ActionView

💾 Dependencies

Installation

Add this line to your application's Gemfile:

gem 'mini-rails'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install mini-rails

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

About

Owning Rails Course - Rebuilding the Rails Framework


Languages

Language:Ruby 86.3%Language:HTML 9.9%Language:JavaScript 2.2%Language:CSS 1.3%Language:Shell 0.2%