lillq

2,317
Reputation
490 views

Registered User

name lillq
member for 1 year
seen 8 hours ago
website
location US
age 26
iProgram
2d
accepted preserve object ruby on rails
Dec
1
comment most readable programming language to simulate 10,000 chutes and ladders game plays?
I made a few fixes in the code so that it should now run.
Dec
1
revised most readable programming language to simulate 10,000 chutes and ladders game plays?
Fixed the code so that it now runs.
Dec
1
answered Rails and JSON: a beginner’s question
Dec
1
answered Typecasting base class models in Single Table Inheritence(STI) scenario
Dec
1
answered preserve object ruby on rails
Nov
26
revised most readable programming language to simulate 10,000 chutes and ladders game plays?
@ladder to @ladders
Nov
25
revised RoR define meaningful relations between two models
changed pelongs_to to belongs_to
Nov
25
comment Model relation issue with Ruby on Rails
Thanks. This seems to be the most simple solution even though it seems redundant.
Nov
24
revised Model relation issue with Ruby on Rails
typo
Nov
23
comment Model relation issue with Ruby on Rails
Maybe I should create a named scope to select where "stats_parents"."type" = 'CourseStat' for a Course?
Nov
23
comment Model relation issue with Ruby on Rails
I added an update to show the queries that are run. I hope that helps for clarification.
Nov
23
comment Model relation issue with Ruby on Rails
The only real difference between a PlayerCourseStat and a CourseStat is that a PlayerCourseStat is associated with a user and a CourseStat is not. Since they are both updated the same way it make sense to me to have the PlayerCourseStat inherit from the CourseStat to prevent duplicated code of the update method.
Nov
23
revised Model relation issue with Ruby on Rails
Added an update
Nov
23
asked Model relation issue with Ruby on Rails
Nov
22
awarded  Great Question
Nov
22
revised What are the best programming articles?
deleted 14 characters in body; added 14 characters in body
Nov
22
revised What are the best programming articles?
added 52 characters in body
Nov
21
revised link_to issue with inherited Active Record class.
added (single table inheritance)
Nov
20
comment link_to issue with inherited Active Record class.
Thanks a bunch!
Nov
20
comment link_to issue with inherited Active Record class.
The method stat_path() is generated somewhere. Could you point me to any doc that describes what method like this are generated for me?
Nov
20
asked link_to issue with inherited Active Record class.
Nov
20
revised How to implement Active Record inheritance in Ruby on Rails?
Cleaned up the question, reformatted and added a tag.
Nov
19
revised Ruby on Rails Hosting
added 25 characters in body; added 1 characters in body
Nov
19
revised Order products by association count
spelling fix
Nov
19
answered Ruby on Rails Hosting
Nov
18
revised Best/fastest way to write a parser in c#
retagged
Nov
18
revised Which parser generator to teach my students?
retaged
Nov
14
accepted merging array items in ruby
Nov
12
revised How to call javascript on diff events?
Added tag and reformatted the title.
Nov
8
revised How to find distance from the latitude and longitude of two locations?
Fixed Link for Vincenty inverse formula
Nov
8
revised How to find distance from the latitude and longitude of two locations?
Reworded part and reformatted.
Nov
8
comment What are great programming-related online talks / videos?
Can you make this a community wiki?
Nov
8
revised ruby recursive looping fails
added 1 characters in body
Nov
8
revised ruby recursive looping fails
added 9 characters in body
Nov
5
revised How to capture a part of a screen using Ruby on Windows?
corrected spelling
Nov
5
awarded  Great Answer
Nov
4
comment merging array items in ruby
Nice and simple. I like it.
Nov
4
revised merging array items in ruby
added 44 characters in body
Nov
4
comment merging array items in ruby
[["B", "C", "E", "F"], ["A", "B", "C", "D"], ["F", "G"]] => [["B", "C", "E", "F", "A", "D", "G"], ["A", "B", "C", "D"], ["F", "G"]] which does not meet is spec outlined above. This should be [["A", "B", "C", "D", "E", "F", "G"]].
Nov
4
answered merging array items in ruby
Oct
25
revised Problem comprehending C-style ruby loops
added highlighting
Oct
25
revised Running into an issue with Rails 2.3.4 and Ruby 1.9.1: undefined method `^’
added 8 characters in body
Oct
25
comment c free question
That would lead to a mem leak.
Oct
25
revised Why is Xcode reporting a “defined but not used” warning for my class variable?
reworded
Oct
16
revised CoreDataBooks Add new cell to tableview
added 5 characters in body; added 5 characters in body; deleted 5 characters in body
Oct
8
awarded  Popular Question
Oct
7
accepted Running into an issue with Rails 2.3.4 and Ruby 1.9.1: undefined method `^’
Oct
6
revised Being someone new to AJAX, what would be a good place to start?
Reworded and reformatted the whole post and changed the tags.
Oct
6
comment Being someone new to AJAX, what would be a good place to start?
Book recommendation posts should be community wiki posts.