module Generapp

Rails app generator with some minor modification and customizations Allows to jump start a project with some of Koombea's standards and practices

Rails app generator with some minor modification and customizations Allows to jump start a project with some of Koombea's standards and practices

Constants

RAILS_VERSION

Default Rails Version

RUBY_VERSION

Default Ruby Version

VERSION

Gem Version

Public Class Methods

root() click to toggle source

Gem root folder

# File lib/generapp.rb, line 7
def self.root
  File.dirname __dir__
end
templates() click to toggle source

Gem template folder

# File lib/generapp.rb, line 12
def self.templates
  File.join root, 'templates'
end