{
"user": {
"name": "Nicolas Lazarte Kaqui",
"timezone": "Brasilia",
"email": "[email protected]",
"nickname": "",
"about": "",
"avatar": {
"big": "https://netshowme.s3.amazonaws.com/uploads/user/avatar/9237/big_thumb_1508116_608676365879499_2094631700_n.jpg",
This file contains 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
# files_controller.rb | |
class FilesController < ApplicationController | |
def index | |
@files = Files.all | |
end | |
... | |
end |
This file contains 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
# /app/controllers/images_controller.rb | |
class ImagesController < ApplicationController | |
... | |
def index | |
@images = Images.all | |
end | |
... | |
end |
This file contains 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
# app/models/bar.rb | |
class Bar < ActiveRecord::Base | |
include Searchable | |
end |
This file contains 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
# app/models/bar.rb | |
class Bar < ActiveRecord::Base | |
include Searchable | |
end |
Responsável pela arquitetura e implementação de soluções mobile em Android (Java) e/ou em iOS (Objective-c/Swift). Colabore com uma equipe para definir, design, e enviar novos recursos. Esteja disposto a ajudar seus companheiros de equipe, compartilhar seu conhecimento com eles. Garantir o melhor desempenho possível, qualidade e capacidade de resposta das aplicações. Identificar gargalos e erros, e encontrar soluções para estes problemas. Ajude a manter a qualidade do código, organização e automação.
This file contains 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
c = MODEL.find(ID); | |
c.image.recreate_versions! | |
c.save! |
This file contains 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
.container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: ($grid-gutter-width / 2); | |
padding-right: ($grid-gutter-width / 2); | |
@include clearfix(); | |
@include media-breakpoint(xl) { | |
max-width: $container-max-width; |
OlderNewer