Skip to content

Instantly share code, notes, and snippets.

@rianrainey
Last active August 29, 2015 14:02
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 rianrainey/893468fc543e3fc4a7e6 to your computer and use it in GitHub Desktop.
Save rianrainey/893468fc543e3fc4a7e6 to your computer and use it in GitHub Desktop.
Day 3

Topics

  • Partials
  • content_for
  • Form/Data submission
  • Content (CSS/Scripts) Bundling
  • Scripts, Content, Data caching
  • Plugging in validation
  • Learn the request pipeline
    • This might be advanced, but at the least I'd like to understand the pipeline at a higher level. I don't have to muck around here much, but when I do...I like to know what I'm doing.
    • before_filter
  • From request initialization => controller action
  • How to add custom headers
  • Authorization by controller, action, etc
  • How to extend the existing authentication models
  • Add custom properties, methods, etc
    • This would be key for adding in a user's roles
  • When using authentication, where is the user object instantiated?
  • Data organization: is it best to just call ActiveRecord within the actions or is there something similar to a repository pattern that would be more effective at maintaining CRUD operations in a large-scale application
  • ActiveAdmin roles

Background Process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment