Usage
rails new my_app --rc=template.rc -m template.rb
rails new my_app --rc=template.rc -m template.rb
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
INSERT INTO `banks` (`CODE`, `NAME`) | |
VALUES | |
('654', '654 - Banco A.J.Renner S.A.'), | |
('246', '246 - Banco ABC Brasil S.A.'), | |
('25', '25 - Banco Alfa S.A.'), | |
('641', '641 - Banco Alvorada S.A.'), | |
('213', '213 - Banco Arbi S.A.'), | |
('19', '19 - Banco Azteca do Brasil S.A.'), | |
('29', '29 - Banco Banerj S.A.'), | |
('0', '0 - Banco Bankpar S.A.'), |
#Go inside this directory in a command line tool and type: | |
sudo chgrp -R your-apache-group-name . | |
chmod g+w . |
# Use this setup block to configure all options available in SimpleForm. | |
SimpleForm.setup do |config| | |
config.wrappers :foundation, class: :input, hint_class: :field_with_hint, error_class: :error do |b| | |
b.use :html5 | |
b.use :placeholder | |
b.optional :maxlength | |
b.optional :pattern | |
b.optional :min_max | |
b.optional :readonly |
{ | |
"apiKey":"yourApiKey", | |
"apk":"UEsDBBQACAAIAPltZEAA ... dC9tYWluBtULtOw0AQnM3lYUg=", | |
"current": true | |
} |
def background_exception_notification(exception, options={}) | |
if @notifier = Rails.application.config.middleware.detect{ |x| x.klass == ExceptionNotifier } | |
@options = (@notifier.args.first || {}).reverse_merge(self.class.default_options) | |
@exception = exception | |
@backtrace = exception.backtrace || [] | |
@sections = @options[:background_sections] | |
@data = options[:data] || {} | |
@data.each do |name, value| | |
instance_variable_set("@#{name}", value) |
<uses-permission android:name="android.permission.INTERNET" /> |
//context, statusBarIcon, requestIntervalInSeconds, apiKey | |
PushLink pushLink = new PushLink(this, R.drawable.appIcon, 10, "yourApiKey"); //onCreate | |
pushLink.start(); //onResume | |
pushLink.stop(); //onPause |
[INFO] [soapui:test {execution: integracaoFunctionalTest}] | |
soapUI 3.6 Maven2 TestCase Runner | |
17:52:40,155 WARN [DefaultSoapUICore] Missing folder [C:\server\localhost\jenkins\jobs\DTFRestricao\workspace\trunk\.\ext] for external libraries | |
17:52:40,170 INFO [DefaultSoapUICore] Creating new settings at [C:\Documents and Settings\Default User\soapui-settings.xml] | |
17:52:41,639 INFO [WsdlProject] Loaded project from [file:C:/server/localhost/jenkins/jobs/DTFRestricao/workspace/trunk/DTFRestricaoWeb/DTFIntegração-soapui-project.xml] | |
17:52:43,061 INFO [SoapUITestCaseRunner] Running soapUI tests in project [DTFIntegração] | |
17:52:43,077 INFO [SoapUITestCaseRunner] Running Project [DTFIntegração], runType = SEQUENTIAL | |
17:52:43,124 INFO [SoapUITestCaseRunner] Running soapUI testcase [TestCase: obtemDadosVeiculo - Placa inválida DB] | |
17:52:43,233 INFO [SoapUITestCaseRunner] running step [DataSource: TestCasePlacaInválida] | |
17:52:43,249 INFO [SoapUITestCaseRunner] running step [Test Request: Placa inválida] |