Skip to content

Instantly share code, notes, and snippets.

@valo
Created May 12, 2011 12:41
Show Gist options
  • Save valo/968420 to your computer and use it in GitHub Desktop.
Save valo/968420 to your computer and use it in GitHub Desktop.
Blog post topics
Namespaces in Ruby: what is the difference between
class A::B
end
and
module A
class B
end
end
Namespaces in Rails: how to use namespaces successfully in Rails. Dependency autoloading in Rails: how it works.
Bundler - how to bundle your app, so you can deploy it without internet connection across different platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment