There are four new attributes to the json:
-
treated_for_std_past_year_details
:- Question for patient: 'Please specify:'
- Type: String
- Required: true if
treated_for_std_past_year
is true
-
hiv_infected_or_low_immunity_details
:
<%= simple_form_for(@car) do |f| %> | |
<% if @car.errors.any? %> | |
<div id="error_explanation"> | |
<h2><%= pluralize(@car.errors.count, "error") %> prohibited this car from being saved:</h2> | |
<ul> | |
<% @car.errors.full_messages.each do |message| %> | |
<li><%= message %></li> | |
<% end %> | |
</ul> |
def index | |
@cursos = Curso.all | |
if request.format =="application/json" | |
where = " ativo='S' and escritorio_id= "+params[:escritorio_id].to_s | |
else | |
where = " escritorio_id= "+current_user.escritorio_id.to_s | |
end | |
if params[:titulo] != nil && params[:titulo].length>0 |
PerΓdo: 23/12/16 19:04:09 - 24/05/17 12:28:27 | |
Total de mensagens: 57628 | |
12/16 - Aldo Cristiano: 160 mensagens. (7.6%) | |
01/17 - Aldo Cristiano: 963 mensagens. (7.11%) | |
02/17 - Aldo Cristiano: 1101 mensagens. (9.81%) | |
03/17 - Aldo Cristiano: 865 mensagens. (7.17%) | |
04/17 - Aldo Cristiano: 687 mensagens. (6.93%) | |
05/17 - Aldo Cristiano: 590 mensagens. (6.72%) |
require 'date' | |
class App | |
def initialize | |
collect | |
process | |
end | |
def collect |
def isPalindrome(low, high) | |
while (low < high) do | |
if (low != high) | |
return false; | |
end | |
low += 1 | |
high -= 1 | |
end |
array = Array.new(100) { rand(1...5000) } | |
def dp(array) | |
duplicates = {} | |
array.each do |a| | |
if duplicates[a] | |
duplicates[a] += 1 | |
else | |
duplicates[a] = 1 |
https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost |
# GET /availability/:service_id/:country_id/:state_id | |
# | |
# GET /availability/std/us/ca | |
# GET /availability/:service_id/:country_id/:state_id | |
# | |
# GET /availability/std/us/ca | |
{ | |
slot_window: 1800, # seconds |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |