Skip to content

Agenda for Intermediate workshop

Abhishek Yadav edited this page Jan 24, 2015 · 12 revisions

Final Agenda

Hands on sessions on:

  1. Ruby Blocks and Enumerators by subhash
  2. ActiveRecord - Querying and Associations by steve
  3. Rails forms and params by abhishek
    sample app; sample app wiki
  4. Testing in Rails by vijay

Final four:

  • Ruby blocks and enumerators ( subhash )
  • ActiveRecord - querying and associations
  • Forms and params handling
  • Testing ( vijay )
  • Asset-pipeline and working with Javascript

All Topics considered:

Ruby blocks and enumerators

Authentication, sessions and cookies

  • Basics of session handling in web apps
  • Rails facilities
  • Devise

ActiveRecord Associations

Form builder and params handling

  • form_for
  • how params get parsed in controllers (how lists or hashes are constructed out of params)

Testing

  • basics
  • customizing scaffold generators
  • shoulda matchers

Asset-pipeline and working with javascript

  • minification and revisioning of assets
  • working with sprites

Deployment

  • capistrano