Paul Zabelin's blog
Interesting Things
- Treetop - Ruby-based DSL for text parsing
- Some projects tried jRails and prefer to use jQuery directly instead jRails is jQuery for Rails
Interesting Things
- Rake migrations check if a migrations table is in sync with migration file and it does not really check what the state of the data in database.
Ask for Help
"Can we use migrations to load static data into an application"
People usually create a separate rake task to bootstap. Mixing it with migration was not working well before.
Interesting Things
- Rails Counter cache might interfere with your app if you use column names that ends with
_countfor your associations. See more on Counter Cache on Rails wiki.
