This file contains hidden or 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
INFO [2020-02-12 13:06:33,043] CPTaskScheduler._task.273: == Finished Task: | |
Movie Search == | |
INFO [2020-02-12 13:06:32,816] core.snatcher.grab_all.76: ######### | |
Automatic search/snatch complete ######### | |
INFO [2020-02-12 13:06:32,795] core.snatcher.grab_all.34: Running automatic | |
snatcher for all movies. | |
INFO [2020-02-12 13:06:32,795] core.searcher.rss_sync.229: Nothing found in | |
RSS for Underwater 2020 | |
INFO [2020-02-12 13:06:32,795] core.searcher.rss_sync.217: Parsing RSS for | |
Underwater 2020 |
This file contains hidden or 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
INFO [2020-02-11 20:37:03,062] CPTaskScheduler._task.250: == Executing Scheduled Task: Update Checker == | |
INFO [2020-02-11 20:37:03,166] core.version.update_check.31: Checking for updates. | |
INFO [2020-02-11 20:37:04,026] CPTaskScheduler._task.275: == Finished Scheduled Task: Update Checker == | |
INFO [2020-02-11 20:37:07,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Postprocessed Paths Scan == | |
INFO [2020-02-11 20:37:07,192] CPTaskScheduler._task.275: == Finished Scheduled Task: Postprocessed Paths Scan == | |
INFO [2020-02-11 20:37:12,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Movie Search == | |
INFO [2020-02-11 20:37:12,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Trakt Sync == | |
INFO [2020-02-11 20:37:12,001] core.searcher.search_all.65: Executing search/grab for all movies. | |
INFO [2020-02-11 20:37:12,001] core.trakt.sync.30: Syncing Trakt lists. | |
INFO [2020-02-11 20:37:12,001] core.trakt.get_list.152: Getting Trakt list boxoffice |
This file contains hidden or 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
--- | |
site: torrentz2-html | |
name: Torrentz2-html | |
language: en-us | |
links: | |
- https://torrentz2.eu/ | |
caps: | |
categories: | |
"Video Tv": TV |
This file contains hidden or 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
gem 'activerecord', '4.1.4' | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
ActiveRecord::Base.establish_connection 'sqlite3:///:memory:' | |
ActiveRecord::Base.logger = Logger.new(STDOUT) | |
ActiveRecord::Schema.define do | |
create_table "tasks", force: true do |t| |
This file contains hidden or 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
# Activate the gem you are reporting the issue against. | |
gem 'activerecord', '4.0.5' | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
# Ensure backward compatibility with Minitest 4 | |
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test) | |
# This connection will do for database-independent bug reports. |
This file contains hidden or 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
fr: | |
devise: | |
invitations: | |
send_instructions: "Un e-mail d'invitation a été envoyé à %{email}." | |
invitation_token_invalid: "Le jeton d'invitation fourni n'est pas valide!" | |
updated: 'Votre mot de passe a été défini avec succès. Vous êtes maintenant connecté.' | |
no_invitations_remaining: "Il n'y a plus d'invitations restantes" | |
invitation_removed: 'Votre invitation a été supprimée.' | |
new: | |
header: "Envoyer une invitation" |
This file contains hidden or 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
gem 'activerecord', '4.0.1' | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
# This connection will do for database-independent bug reports. | |
ActiveRecord::Base.establish_connection(adapter: 'sqlite3', database: ':memory:') | |
ActiveRecord::Base.logger = Logger.new(STDOUT) | |
ActiveRecord::Schema.define do |
This file contains hidden or 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
# Activate the gem you are reporting the issue against. | |
gem 'activerecord', '3.2.13' | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
# This connection will do for database-independent bug reports. | |
ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => ':memory:') | |
ActiveRecord::Base.logger = Logger.new(STDOUT) |
This file contains hidden or 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
TestingInvitable::Application.routes.draw do | |
root :to => "home#index" | |
devise_for :users, :controllers => {:invitations => 'user_invitations'} | |
devise_scope :user do | |
get "sign_out", :to => "devise/sessions#destroy" | |
end | |
end |
This file contains hidden or 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
es: | |
devise: | |
failure: | |
invited: "Tienes una invitación pendiente, acéptala para acabar de crear tu cuenta." | |
invitations: | |
send_instructions: "Se ha enviado una invitación a %{email}." | |
invitation_token_invalid: "¡La invitación no es válida!" | |
updated: "Se ha configurado su contraseña y ha ingresado al sistema" | |
updated_not_active: "Su contraseña se ha configurado correctamente." | |
no_invitations_remaining: "No quedan invitaciones" |
NewerOlder