Ruby on Rails - basic usage in ruby on rails - ruby on rails tutorial - rails guides - rails tutorial - ruby rails
basic usage in ruby on rails
There are two basic ways that the asset pipeline is used:
When running a server in development mode, it automatically pre-processes and prepares your assets on-the-fly. In production mode, you’ll probably use it to pre-process, versionize, and compress and compile your assets. You can do so by running the following command: