Skip to content

Instantly share code, notes, and snippets.

@abMatGit
Last active March 21, 2016 21:53
Show Gist options
  • Save abMatGit/a8d416e1d6bf0b4eb61e to your computer and use it in GitHub Desktop.
Save abMatGit/a8d416e1d6bf0b4eb61e to your computer and use it in GitHub Desktop.

This list might not be prioritized correctly however it is a general checklist so that our lumos_rails app is properly updated to rails 4.0.13:

  • Get specs running & working
  • Make sure rake tasks are working properly (migrations, and other db tasks involving active record)
  • remove protected_attributes in favor of strong paramters
  • Remove deprecated syntax with respect to scopes and active_record relational (example use procs)
  • remove .css.sass file extensions in favour of just .sass extensions
  • Update dummy + main app config files to reflect rails 4 configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment