Home > EpicFail

EpicFail

EpicFail is a project mainly written in RUBY and SHELL, based on the MIT license.

Foundation of a Rails 3.1 Engine with a bright future...

EpicFail

Initial build based on the Mountable Engines Railscast by Ryan Bates — Will be heavily extended and developed upon and probably end up being the basis of quite a few 'engine' creations.

Usage

Perform the installation as follows

rails g epic_fail:install

Run the installed migration

rake db:migrate

Add the following to your config/routes.rb

    mount EpicFail::Engine => "/epic_fail"
    engine_routing

Changelog

  • added namespaced generator to copy migrations across
  • routes listed in Railtie dynamically generated in host application

Muchas gracias!

Here's thanking those that have inspired, assisted, and possibly just listened to my ranting and raving — in no particular order:

  • workmad3
  • SpaceGhostSC
  • Karpah
  • RubyOnRails

  • ...anyone I may have forgotten to mention.

License

EpicFail is Copyright (c) 2010-2011 Michael de Silva (@bsodmike & G+), and is released under MIT-LICENSE.