The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Separating Public Files

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mike Naberezny

Posts: 133
Nickname: mnaberez
Registered: Feb, 2007

Mike Naberezny blogs about Python.
Separating Public Files Posted: May 9, 2008 3:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Mike Naberezny.
Original Post: Separating Public Files
Feed Title: Rails for PHP Developers
Feed URL: http://railsforphp.com/feed/
Feed Description: Rails for PHP Developers is about learning Ruby and Rails from a PHP developer's perspective.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Mike Naberezny
Latest Posts From Rails for PHP Developers

Advertisement
In chapter 5 of the book, we discuss the importance of separating public files in your web applications. Rails applications have a separate public/ directory where all public assets such as CSS, Javascript, and images are stored. No configuration files or Ruby code is stored in this directory, and we don’t need to worry about [...]

Read: Separating Public Files

Topic: Separating Public Files Previous Topic   Next Topic Topic: Ouch, what a mess, - Extjs goes GPL3

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use