If so, I've got a question: After a fresh install with gems and
database rakes I keep getting locale errors like
I18n::InvalidLocale in Home#index
Showing app/views/shared/_header.html.haml where line #15 raised:
nil is not a valid locale
Extracted source (around line #15):
12: = pipe_spacer
13: = link_to t('.admin'), admin_path
14: - else
15: = link_to t('.sign_in'), login_path
16: = pipe_spacer
17: = link_to t('.register'), signup_path
18: = pipe_spacer
etc.
Does anyone know what's missing?
Thanks in Advance (N2 looks cool, btw.!)