Fooo bar
Valor inicial | Valor anulado | Valor liquidado | Valor atual |
500,00 | 200,00 | 100,00 | 100,00 |
foo
Fooo bar
Valor inicial | Valor anulado | Valor liquidado | Valor atual |
500,00 | 200,00 | 100,00 | 100,00 |
foo
# Load plugins (only those I whitelist) | |
Pry.config.should_load_plugins = false | |
Pry.plugins["doc"].activate! | |
# Launch Pry with access to the entire Rails stack. | |
# If you have Pry in your Gemfile, you can pass: ./script/console --irb=pry instead. | |
# If you don't, you can load it through the lines below :) | |
rails = File.join Dir.getwd, 'config', 'environment.rb' | |
if File.exist?(rails) && ENV['SKIP_RAILS'].nil? |
gem "minitest" | |
require "minitest/spec" | |
require "minitest/autorun" | |
require "active_model" | |
require "turn" | |
require "shoulda-matchers" | |
class MiniTest::Unit::TestCase | |
include Shoulda::Matchers::ActiveModel | |
extend Shoulda::Matchers::ActiveModel |
module Tributario | |
class RangeParser | |
attr_reader :range_string | |
def initialize(word) | |
@range_string = word | |
end | |
# Parse the string and return an array of numbers | |
# |
// Run the follow code as a URL; | |
// Create a shortcut for your convenience. | |
javascript:(function(){$('.highlight%20.c1').css('color',%20'#000');})(); |
# Create a file `spec/acceptance/support/warden.rb' with the following | |
# contents: | |
Spec::Runner.configure do |config| | |
config.include Warden::Test::Helpers, :type => :acceptance | |
config.after(:each, :type => :acceptance) { Warden.test_reset! } | |
end | |
# Or, if you're using RSpec 2 / Rails 3, the contents should be the following | |
# instead: |
A Ocapi está com uma vaga de desenvolvedor Rails júnior para trabalhar remotamente.
É necessário ter experiência com programação e desenvolvimento web MVC, mas não é requisito domínio do Rails.
Desejável:
javascript:(function(){var%20s=document.createElement('div');s.innerHTML='Loading...';s.style.color='black';s.style.padding='20px';s.style.position='fixed';s.style.zIndex='9999';s.style.fontSize='3.0em';s.style.border='2px%20solid%20black';s.style.right='40px';s.style.top='40px';s.setAttribute('class','selector_gadget_loading');s.style.background='white';document.body.appendChild(s);s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('src','http://www.selectorgadget.com/stable/lib/selectorgadget.js?raw=true');document.body.appendChild(s);})(); |
0 0 * * * cd /data/project/; bash -c 'source /usr/local/rvm/bin/rvm && rake -s task' > /tmp/task.log 2>&1 |
Teste |