If you want to do well in the rails world you should plan on learning (and relearning) things on a regular basis. It isn't as hard as it might sound, but it is important. I'd suggest you make a list of things to learn, and just work your way down it doing by getting an hour or so of hands-on-time with something new each day. If you feel like there's more to learn (or that the subject is in flux) throw it back on the tail of the list to revisit another day.
A starter list (yours pluss plus a few you didn't mention), in no particular order:
- erb
- gems
- acts_as...
- test driven development
- git
- rspec & behavior driven testing
- javascript
- prototype.js
- jquery
- sql
- rail's finders
- rake
- the rails console
- plain old ruby
- duck typing
- ruby's metaprogramming facilities (how the magic is done)
- css
- rails generators
And so on and so forth. As you're going through one and come across something interesting, throw it on the list.
The point is, if you try to take a narrow view you will probably make life harder on yourself and learn slower than if you make a commitment to perpetually, steadily expanding your horizons.
