Flowdock
class
Importance_0
v2.2.1 - Show latest stable - 0 notes - Superclass: Rails::Generator::Base

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

DEFAULT_SHEBANG = File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name'])

DATABASES = %w(mysql oracle postgresql sqlite2 sqlite3 frontbase ibm_db)

DEFAULT_DATABASE = 'sqlite3'

BASEDIRS = %w( app/controllers app/helpers app/models app/views/layouts config/environments config/initializers db doc lib lib/tasks log public/images public/javascripts public/stylesheets script/performance script/process test/fixtures test/functional test/integration test/performance test/unit vendor vendor/plugins tmp/sessions tmp/sockets tmp/cache tmp/pids )

MYSQL_SOCKET_LOCATIONS = [ "/tmp/mysql.sock", # default "/var/run/mysqld/mysqld.sock", # debian/gentoo "/var/tmp/mysql.sock", # freebsd "/var/lib/mysql/mysql.sock", # fedora "/opt/local/lib/mysql/mysql.sock", # fedora "/opt/local/var/run/mysqld/mysqld.sock", # mac + darwinports + mysql "/opt/local/var/run/mysql4/mysqld.sock", # mac + darwinports + mysql4 "/opt/local/var/run/mysql5/mysqld.sock", # mac + darwinports + mysql5 "/opt/lampp/var/mysql/mysql.sock"

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.