Skip to content

Instantly share code, notes, and snippets.

@gildegoma
Created August 2, 2011 14:12
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 gildegoma/1120264 to your computer and use it in GitHub Desktop.
Save gildegoma/1120264 to your computer and use it in GitHub Desktop.
Comparing Rails 3 with Symfony2, fork and add your suggestions

Rails

Pro

  • Quicker project bootstrapping

Con

  • No native auto-escaping
  • No ESI support
  • Inferior caching strategy
  • No native form framework that solves issues with file uploads and sanitized inputs
  • No native security framework that support object level access control, multiple authentication end points and multiple authorization methods.
  • No way to bypass object hydration for ActiveRecord (this I'm not sure about).
  • Native e-mail seems far less robust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment