Ask A Question

Notifications

You’re not receiving notifications from this thread.

Announcing GoRails Discussion

Chris Oliver asked in General
Jordan Burke Jordan Burke

Really looking forward to seeing this move forward. I'll be sure to hang around to help with workarounds on Windows systems.

Reply

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.

Reply

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

Reply

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.

Reply

Good call! Saves having to create a setup_email.rb initializer.

Reply

This is amazing. Thanks for the great post!

Reply
Akash Agrawal Akash Agrawal

Nice

Reply

Where did the video go?

Reply

Fixed! Accidentally had the old video URL under http instead of https.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.