Is it pretty much a standard, best practice or just a good idea to
create a
controller called “home” and put, say, my web sites home page
(‘index.html.erb’) there??
Well, the name of the controller can differ, but yes, that’s how most
apps render their homepage.
–
Dheeraj K.
On Sun, Jan 20, 2013 at 1:39 PM, Don S. [email protected]
wrote:
Is it pretty much a standard, best practice or just a good idea to create a
controller called “home” and put, say, my web sites home page
(‘index.html.erb’) there??
Some call it home, some call it welcome, root, etc, whatever. It is
common practice to have SOME kind of controller, just because you need
a controller (unless the page is completely static), to hold common
top-level pages like Home, About, Terms & Conditions, Privacy Policy,
“Thanks for visiting, come back soon” (i.e., you just logged out),
etc. etc. etc.
-Dave
–
Dave A., the T. Rex of Codosaurus LLC,
secret-cleared freelance software developer
taking contracts in or near NoVa or remote.
See information at http://www.Codosaur.us/.
On Sun, Jan 20, 2013 at 2:05 PM, Dave A.
[email protected] wrote:
“Thanks for visiting, come back soon” (i.e., you just logged out),
etc. etc. etc.
One action to rule them all, one action to find them. One action to
bring them all and in the darkness bind them.
On Jan 20, 2013, at 3:05 PM, Dave A. wrote:
“Thanks for visiting, come back soon” (i.e., you just logged out),
etc. etc. etc.-Dave
Naturally, Ryan B. has a RailsCast about this:
(That second one might require a membership to see, not sure, didn’t
want to log out to find out.)
Walter
On Sun, Jan 20, 2013 at 2:09 PM, Jordon B. [email protected]
wrote:
One action to rule them all, one action to find them. One action to
bring them all and in the darkness bind them.
PREEEECCCCIIIIOUUUUSSSSSSS!!! MY PREEECCCCIOUUUSSSSSSSSSS!!!
Am 20.01.2013 21:17 schrieb “Walter Lee D.” [email protected]:
Naturally, Ryan B. has a RailsCast about this:
#117 Semi-Static Pages - RailsCasts
#117 Semi-Static Pages (revised) - RailsCasts(That second one might require a membership to see, not sure, didn’t want
to log out to find out.)
Revised and pro eoisides require a membership which is about 10 USD a
month.
Bye,
Norbert