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
/Users/linus/.rvm/gems/ruby-1.9.2-p136/gems/json-1.5.1/ext/json/ext/json/ext/parser.bundle: [BUG] Segmentation fault | |
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] | |
Abort trap |
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
ruby-1.9.2-p136: | |
system: | |
uname: "Darwin dhcp-076213.eduroam.chalmers.se 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/usr/local/bin/zsh => zsh 4.3.10 (i386-apple-darwin10.5.0)" | |
rvm: | |
version: "rvm 1.2.4 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" |
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
system: | |
system: | |
uname: "Darwin dhcp-076213.eduroam.chalmers.se 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/usr/local/bin/zsh => zsh 4.3.10 (i386-apple-darwin10.5.0)" | |
rvm: | |
version: "rvm 1.2.4 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" |
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
SELECT DISTINCT movies.*, images.url as poster FROM `movies` INNER JOIN `images` ON `images`.`movie_id` = `movies`.`id` INNER JOIN `sizes` ON `sizes`.`id` = `images`.`size_id` WHERE `genres`.`id` IN (2, 21) AND (sizes.name = 'mid') GROUP BY movies.id |
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
# Works | |
class NamedVoteHistoryList < ActiveRecord::Base | |
belongs_to :user | |
belongs_to :vote_history_list | |
validates_presence_of :name | |
# validates :vote_history_list_id, :user_uniqueness => true <= This is the line | |
def url |
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
{vinylskiva|javisst|operativsystem|TV-apparat|dumburk|television|televisionsapparat|televisionsapparatur|direktör|TV|idiot|mac|ordbok|nätet|webben|chatta|www|sprit|hej|kulram|förkorta|avgå|avsäga sig tronen|missbildad|onaturlig|onormal|avvikelse|prenumerant|boka|prenumerera|plötslig|plötsligt|tvärt|bestämt|definitiv|definitivt|exakt|fullkomlig|fullkomligt|helt|otvetydig|otvivelaktigt|ovillkorlig|ovillkorligen|precis|prompt|självklart|säkert|total|tveklöst|tvärsäkert|verkligen|uppta|uppslukad|sug|ogripbart|befängd|helkonstig|knäpp|löjlig|orimlig|sjuk|fartökning|ökning|öka|brytning|uttal|betona|framhålla|markera|understryka|betoning|godkännande|dräglig|duglig|godkänd|godtagbar|gångbar|hyfsad|rimlig|ok|godkänna|godta|godtaga|ja|okej|tillåta|tillgänglighet|tillgång|tillträde|åtkomst|smycken|anpassa|vänja sig|ansamling|hopa|lagra|samla|finnar|actionrulle|actionfilm|anpassning|lägga ihop|lägga till|summera|tillsätta|tillägga|kumulativ|fullgod|korrekt|likvärdig|lämplig|passande|relevant|riktig|aristokrati|överklass| |
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
system: | |
uname: "Darwin banan.olf.sgsnet.se 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/usr/local/bin/zsh => zsh 4.3.10 (i386-apple-darwin10.5.0)" | |
rvm: | |
version: "rvm 1.2.4 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" |
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
→ autotest | |
loading autotest/rails_rspec2 | |
/Users/linus/.rvm/gems/ruby-1.9.2-p136/gems/json-1.5.1/ext/json/ext/json/ext/parser.bundle: [BUG] Segmentation fault | |
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] | |
Abort trap |
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 MyClass | |
def initialize(args) | |
@other = OtherClass.new | |
end | |
def method_missing(method, *args) | |
@other.send(method, args) | |
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
"SELECT DISTINCT movies.*, images.url as posters FROM `movies` INNER JOIN `casts` ON `casts`.`movie_id` = `movies`.`id` INNER JOIN `sources` ON `sources`.`id` = `casts`.`source_id` INNER JOIN `sites` ON `sites`.`id` = `casts`.`site_id` INNER JOIN `images` ON `images`.`movie_id` = `movies`.`id` INNER JOIN `sizes` ON `sizes`.`id` = `images`.`size_id` WHERE (sources.priority >= 1) AND (sites.open = 0) AND (sizes.name = 'mid') LIMIT 50 OFFSET 0" |