mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
add sample project in ruby on rails with postgres
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
d3c5f28243
commit
4dafb28976
1381 changed files with 2700 additions and 0 deletions
2
ruby_on_rails-postgres/app/assets/config/manifest.js
Normal file
2
ruby_on_rails-postgres/app/assets/config/manifest.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
//= link_tree ../images
|
||||
//= link_directory ../stylesheets .css
|
0
ruby_on_rails-postgres/app/assets/images/.keep
Normal file
0
ruby_on_rails-postgres/app/assets/images/.keep
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
||||
* vendor/assets/stylesheets directory can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue