What command rolls back the last migration?
Which file defines Rails gems?
Which convention does Rails follow?
What is 'bundle install' used for?
Which Rails command creates a controller?
Which command creates a migration file in Rails?
What does 'resources :posts' generate in routes?
Which Rails feature helps avoid N+1 queries?
Which gem is widely used for authentication in Rails?
Which Rails feature is used for background jobs?
Which Rails module handles real-time features?
Which gem is used for API serialization?
Which security feature prevents CSRF attacks?
Which method helps avoid SQL injection in Rails?
Which Rails cache store is suitable for distributed apps?