Announcing GoRails Discussion
Really looking forward to seeing this move forward. I'll be sure to hang around to help with workarounds on Windows systems.
This will be helpful. Most of us that develop Rails are on a Mac or Unix system. I've honestly never used a Windows machine. Maybe we'll do a machine setup for Windows.
If you're in need of a much more advanced search that does indexing, you can look into http://pat.github.io/thinki..., https://github.com/sunspot/... or Elastic Search with https://github.com/karmi/tire
Another way to do this is to put the ActionMailer configuration pieces into the relevant config/initializers/production.rb
and config/initializers/development.rb
files. Either way works, this way is nice if you have some shared configurations between the two.
And if your repo is public, or you want to leave the configuration on the machine you can use ENV variables, or dynamically read in the configuration through a YAML file or something similar.