Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
apollo
espelho de
https://github.com/adrianshort/apollo.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Fetch all feeds through delayed job
master
Adrian Short
há 11 anos
ascendente
fe0b445120
cometimento
179d5957bb
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
app/models/feed.rb
+ 1
- 1
app/models/feed.rb
Ver ficheiro
@@ -9,7 +9,7 @@ class Feed < ActiveRecord::Base
after_create :fetch
def self.fetch_all
Feed.all.each { |f| f.fetch }
Feed.all.each { |f| f.
delay.
fetch }
end
# Fetch and parse feed contents from web
Escrever
Pré-visualizar
|
|
|
|
|
|
x
0
0
0:0
Carregando…
Cancelar
Guardar