Skip to content

Instantly share code, notes, and snippets.

Counting objects: 31, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (29/29), done.
Writing objects: 100% (31/31), 4.84 KiB | 0 bytes/s, done.
Total 31 (delta 10), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Using set buildpack heroku/ruby
remote: -----> Ruby app detected
Rails.application.routes.draw do
root 'static_pages#home'
get 'static_pages/help' => 'static_pages#help'
get 'static_pages/about' => 'static_pages#about'
get 'static_pages/contact' => 'static_pages#contact'
I, [2016-03-06T03:46:02.688122 #35054] INFO -- : Writing /Users/home/Desktop/Rails/sample_app/public/assets/application-617e36c7585236d300d3753c2e472e40c2a25861de0f8d11016f9dbbaf20d1c9.js
I, [2016-03-06T03:46:02.730198 #35054] INFO -- : Writing /Users/home/Desktop/Rails/sample_app/public/assets/application-617e36c7585236d300d3753c2e472e40c2a25861de0f8d11016f9dbbaf20d1c9.js.gz
I, [2016-03-06T03:46:02.738603 #35054] INFO -- : Writing /Users/home/Desktop/Rails/sample_app/public/assets/application-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css
I, [2016-03-06T03:46:02.738867 #35054] INFO -- : Writing /Users/home/Desktop/Rails/sample_app/public/assets/application-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css.gz
I, [2016-03-06T03:46:02.752094 #35054] INFO -- : Writing /Users/home/Desktop/Rails/sample_app/public/assets/web_console/application-37bc1d0490c1c65cb8a777119d058e0b2a29424b5df44db84c308e73828961f3.js
I, [2016-03-06T03:46:02.752289 #35054] INFO -- : Writing /
Counting objects: 31, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (29/29), done.
Writing objects: 100% (31/31), 4.84 KiB | 0 bytes/s, done.
Total 31 (delta 10), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Using set buildpack heroku/ruby
remote: -----> Ruby app detected
@scope2229
scope2229 / gist:f072550c84febaa099f8
Created March 7, 2016 18:43
A good example of a gemfile
source 'https://rubygems.org'
gem 'rails', '4.2.0'
gem 'sass-rails'
gem 'uglifier', '2.5.3'
gem 'coffee-rails', '4.1.0'
gem 'jquery-rails', '4.0.3'
gem 'turbolinks', '2.3.0'
gem 'jbuilder', '2.2.3'
gem 'sdoc', '0.4.0', group: :doc
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Motel a Hotel Category Flat Bootstrap Responsive Website Template | Home :: w3layouts</title>
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
/* * 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, vendor/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 styles
/* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Motel a Hotel Category Flat Bootstrap Responsive Website Template | Home :: w3layouts</title>
@scope2229
scope2229 / jquery-ui
Created March 18, 2016 21:04
datepicker
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }