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
| %div#here_you_see_capture_haml_still_output | |
| - chat_entry_template = capture_haml do | |
| .chat_entry | |
| %a{:href => "{link}", :title => "{display_name}"} | |
| %img{:src => "{avatar_url}"} | |
| %span.msg {content} | |
| - chat_error_template = capture_haml do | |
| .chat_error {message} |
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
| <div id='here_you_see_capture_haml_still_output'> | |
| <div class='chat_entry'> | |
| <a href='{link}' title='{display_name}'> | |
| <img src='{avatar_url}'> | |
| </a> | |
| <span class='msg'>{content}</span> | |
| </div> | |
| <div class='chat_error'>{message}</div> | |
| <div class='chat_info'>{message}</div> | |
| </div> |
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
| %li{"data-role" => "list-divider", :role => "heading", "data-theme" => "b"} | |
| %a | |
| Order Name | |
| %span.ui-li-count= order.ordered_time | |
| %a{ "data-icon" => "star", "data-theme" => "c", "data-remote" => "true", "data-method" => :put, :href => "/submit"} Ready |
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
| require 'spec_helper' | |
| describe "matching partner movies using autocomplete", :js => true do | |
| include_context "site_navigation" | |
| let!(:movie1) { Factory(:movie, :title => "Mov #1") } | |
| let!(:movie2) { Factory(:movie, :title => "Mov #2") } | |
| let(:movies) { [movie1, movie2] } | |
| let!(:partner_movie1) { Factory(:partner_movie, :movie => movie1) } | |
| let!(:partner_movie2) { Factory(:partner_movie, :movie => nil) } |
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
| Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the list of known hosts. | |
| Counting objects: 3, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (2/2), done. | |
| Writing objects: 100% (2/2), 295 bytes, done. | |
| Total 2 (delta 1), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Ruby/Rails app detected | |
| -----> Using Ruby version: ruby-1.9.3 |
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
| Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the list of known hosts. | |
| Counting objects: 3, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (2/2), done. | |
| Writing objects: 100% (2/2), 295 bytes, done. | |
| Total 2 (delta 1), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Ruby/Rails app detected | |
| -----> Using Ruby version: ruby-1.9.3 |
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
| deployment: | |
| production: | |
| branch: master | |
| heroku: | |
| appname: sirinova-prod | |
| commands: | |
| - git push git@heroku.com:sirinova-prod.git | |
| - heroku run rake db:migrate | |
| - heroku restart |
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
| https://www.nganluong.vn/checkout.php?affiliate_code=&buyer_info=¤cy=vnd&discount=0&fee_cal=0&fee_shipping=0&merchant_site_code=25683&order_code=pkg1&order_description=Hellobaby&price=300000.0&quantity=1&receiver=phuongnd08%40gmail.com&return_url=http%3A%2F%2Flocalhost%3A3000%2Fpackages%2F1%2Fcomplete&secure_code=55acd184faa27a7cad699411ba08c6bd&tax=0&transaction_info=secret |
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
| #!/bin/sh | |
| # | |
| # redis init file for starting up the redis daemon | |
| # | |
| # chkconfig: - 20 80 | |
| # description: Starts and stops the redis daemon. | |
| # Source function library. | |
| . /etc/rc.d/init.d/functions |
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
| container0 = <<-STR | |
| Starting the build00:00 | |
| Start container (0)00:02config | |
| checkout | |
| Restore source cache00:03cache | |
| Checkout using deploy key 00:07config | |
| machine | |
| Configure the build00:00cache | |
| Restore cache00:19cache | |
| dependencies |
OlderNewer