Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

check rails version (See related posts)

// A project-specific rails installation (in project_xxx/vendor/rails)
// is preferred against the installed gem

// So the actual Rails Version
Rails::VERSION::STRING


// can differ from the gem version
RAILS_GEM_VERSION

You need to create an account or log in to post comments to this site.


Related Posts