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
scout_rails [09/01/14 14:39:55 +0200 Jenss-MacBook-Pro-2.local (8106)] ERROR : Unable to access log file: No such file or directory - /log/scout_rails.log | |
scout_rails [09/01/14 14:39:55 +0200 Jenss-MacBook-Pro-2.local (8106)] INFO : Attempting to start Scout Agent [1.1.2] on [Jenss-MacBook-Pro-2.local] | |
scout_rails [09/01/14 14:39:55 +0200 Jenss-MacBook-Pro-2.local (8106)] WARN : Unable to load the config file. | |
scout_rails [09/01/14 14:39:55 +0200 Jenss-MacBook-Pro-2.local (8106)] WARN : no implicit conversion of nil into String | |
scout_rails [09/01/14 14:39:55 +0200 Jenss-MacBook-Pro-2.local (8106)] WARN : ["/Users/mollerhoj3/.rvm/gems/ruby-2.0.0-p353/gems/scout_rails-1.1.2/lib/scout_rails/config.rb:18:in `join'", "/Users/mollerhoj3/.rvm/gems/ruby-2.0.0-p353/gems/scout_rails-1.1.2/lib/scout_rails/config.rb:18:in `config_path'", "/Users/mollerhoj3/.rvm/gems/ruby-2.0.0-p353/gems/scout_rails-1.1.2/lib/scout_rails/config.rb:22:in `config_file'", "/Users/mollerhoj3/.rvm/gems/ruby-2.0.0-p353/gems/scout_rails-1.1.2/li |
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
console.log('hi') |
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
# Inflections for Danish | |
#See https://github.com/rails/rails/blob/9e0b3fc7cfba43af55377488f991348e2de24515/activesupport/lib/active_support/inflections.rb | |
ActiveSupport::Inflector.inflections(:da) do |inflect| | |
# General rules | |
inflect.plural(/$/, 'er') | |
inflect.plural(/(er)$/, 'ere') | |
inflect.plural(/(en)$/, 'ene') | |
inflect.plural(/(et)$/, 'ene') |
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
require 'colorize' | |
PATTERNS = { | |
rb: { | |
quotes: /(?<free-quote>['"][A-Z].+?['"])/ | |
}, | |
html_erb: { | |
tag_content_start: />(?<tag-content>(?!&.*;)[[:space:][:alnum:][:punct:]]+?)<%/, | |
button_to: /<%=\s*button_to\s+(?!.*&.*;)(?<title>['"].+?['"])/, | |
link_to: /<%=\s*link_to\s+(?!.*&.*;)(?<title>['"].+?['"])/, |
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
test |
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
test2 |
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
test2 |
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
test2 |
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
test2 |
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
test2 |
OlderNewer