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
[format] | |
pretty = format:%Cgreen%h%Creset - %Cgreen(%cd) %C(bold blue)<%an>%Creset %s %C(yellow)%d%Creset | |
[log] | |
date = short |
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
2013-05-27 12:27:08 [INFO] [ForgeModLoader] MCPC+ enabling 1.5.1 obfuscation compatibility mode | |
2013-05-27 12:27:08 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.712 for Minecraft 1.5.1 loading | |
2013-05-27 12:27:08 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_21, running on Linux:amd64:3.5.0-23-generic, installed at /usr/local/java/jre1.7.0_21 | |
2013-05-27 12:27:08 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
2013-05-27 12:27:08 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
Adding Accesstransformer map: pcc_at.cfg | |
Adding Accesstransformer map: codechickencore_at.cfg | |
Adding Accesstransformer map: nei_at.cfg | |
229 recipes | |
27 achievements |
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
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
rake aborted! | |
private method `rand' called for "translation missing: en.faker.name.first_name":String | |
/Users/hoblin/.rvm/gems/ruby-1.8.7-p334@jenkins-ProjectName-32/gems/faker-0.9.5/lib/faker.rb:37:in `fetch' | |
/Users/hoblin/.rvm/gems/ruby-1.8.7-p334@jenkins-ProjectName-32/gems/faker-0.9.5/lib/faker/name.rb:9:in `first_name' | |
/Users/hoblin/.rvm/gems/ruby-1.8.7-p334@jenkins-ProjectName-32/gems/faker-0.9.5/lib/faker/internet.rb:18:in `user_name' | |
/Users/hoblin/.rvm/gems/ruby-1.8.7-p334@jenkins-ProjectName-32/gems/faker-0.9.5/lib/faker/internet.rb:16:in `call' | |
/Users/hoblin/.rvm/gems/ruby-1.8.7-p334@jenkins-ProjectName-32/gems/faker-0.9.5/lib/faker/internet.rb:16:in `user_name' |
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
class Client < ActiveRecord::Base | |
acts_as_paranoid | |
has_many :client_users, :dependent => :destroy | |
has_many :users, :through => :client_users |
NewerOlder