This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| development.rb | |
| config.code.debug = true | |
| something.html.erb | |
| START_DEBUG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @invoices = Invoice.where(:status => :invoice_status_verified, | |
| :customer_id => params["invoice"]["customer_id"]).order(created_at: :asc) | |
| model enum declaration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| authenticated :user do | |
| root 'dashboard#index' | |
| end | |
| root 'welcome#index' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| authenticated :user do | |
| root "dashboard#index", as: :user_root | |
| end | |
| root 'welcome#index' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> | |
| <%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %> | |
| <%= javascript_include_tag "application", "data-turbolinks-track" => true %> | |
| <%= csrf_meta_tags %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| authenticated :user do | |
| root "dashboard#index", as: :user_root | |
| end | |
| root 'welcome#index' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git clean -f | |
| Removing Library/ShaderCache/0/019104cd4a6a0ff88ad7136bedc346ba.bin | |
| Removing Library/ShaderCache/0/026ad488e9d268cc9bc9422a52df7196.bin | |
| Removing Library/ShaderCache/0/028af8209a04f4669c4ff48b16bb0a3d.bin | |
| Removing Library/ShaderCache/0/0409b3dd0e0188dc72806b72feb047a3.bin | |
| Removing Library/ShaderCache/0/04e9d1eb6bf95914bf4e7434b26a104f.bin | |
| Removing Library/ShaderCache/0/06064408a29cdbc2d9b71d42220cb330.bin | |
| Removing Library/ShaderCache/0/0649c009b4f83a7ccdf37a77b2e1386b.bin | |
| Removing Library/ShaderCache/0/06d6127a40c5af0c36616861581bfc53.bin | |
| ..... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fm$ git reset --hard HEAD | |
| Checking out files: 100% (3650/3650), done. | |
| HEAD is now at e61e62b NGUI update, audio startup fix, change character | |
| fm:aribi_spanish megasap$ git status | |
| On branch My_1.0_Android_Branch | |
| Changes not staged for commit: | |
| (use "git add <file>..." to update what will be committed) | |
| (use "git checkout -- <file>..." to discard changes in working directory) | |
| modified: Assets/Infinite Runner/Shaders/Diffuse Curve.shader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "application_id": "", | |
| "pre_process": [ | |
| { | |
| "job": { | |
| "src": "http://www.designandhype.com/wp-content/uploads/2012/05/new-3-640x640.jpeg", | |
| "functions": [ | |
| { | |
| "name": "resize_to_fill", | |
| "params": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "application_id": "", | |
| "pre_process": [ | |
| { | |
| "job": { | |
| "src": "http://www.designandhype.com/wp-content/uploads/2012/05/new-3-640x640.jpeg", | |
| "functions": [ | |
| { | |
| "name": "resize_to_fill", | |
| "params": { |