Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created August 19, 2008 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamwiggins/6255 to your computer and use it in GitHub Desktop.
Save adamwiggins/6255 to your computer and use it in GitHub Desktop.
# Framework name => file unique to this framework.
# +nil+ for value to never guess.
ADAPTERS = {
:rails => "config/environment.rb",
:ramaze => "start.rb",
:merb => "config/init.rb",
:halcyon => 'runner.ru',
:mack => 'config/app_config/default.yml',
:file => nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment