MattMcKnight

1,576
reputation
99 views

Registered User

name MattMcKnight
member for 1 year
seen 2 hours ago
website
location Reston, VA
age 36
Executive coder (Web, Ruby, Java, Microsoft Desktop,GIS, Statistics, Natural Language Processing, Database, etc.)
4h
answered Polymorphic Associations in Rails
6h
comment Jump over parent constructor to call grandparent’s
I think the point this is missing is that the Mammal constructor is not necessarily idempotent and you don't always want to invoke the same constructor from a subclass. You still must invoke at least one constructor, but not everyone needs the same constructor.
6h
comment Jump over parent constructor to call grandparent’s
@KenLiu Simply because it has different initialization process you would recommend creating another class that has no behavior? I can think of lots of cases where this is the desired behavior.
7h
comment How should i start to learn javascript/jquery etc.? My programming knowledge is zero?
I would recommend an introduction to programming as well. Are you considering courses or just books?
9h
accepted One Table Or Three For Three Separate Objects That Have Identical Data Attributes?
10h
comment Ruby Datamapper table inheritance with associations
In that case, I think it could be done with ActiveRecord.
10h
answered How to test file manipulation
11h
answered How to show the content of the form just entered in the “:confirm =>” option on Ruby on Rails
11h
comment Which OSS can extract a synopsis from a text?
It's more of an area of research and tends to be limited to specific document types. I find it unlikely that it would work on novels.
12h
accepted Repopulating page with previous values in rails
17h
accepted Which OSS can extract a synopsis from a text?
18h
accepted Filters in Lucene
19h
comment Jump over parent constructor to call grandparent’s
All we're talking about here is skipping whatever initialization in being done in the constructor, not "some (but not all) of the functionality". That would be a LSP violation. :-)
19h
answered One Table Or Three For Three Separate Objects That Have Identical Data Attributes?
19h
answered Repopulating page with previous values in rails
19h
answered How are Data Access Objects usually designed ?
19h
comment ActiveRecord :select is messing with my data types
"Please: I do not want to use Topic.count, I have some tricky grouping and selecting I need to do." Which is why they invented count_by_sql ...
19h
comment Rails Object in Database is Invalid
I am wondering if it became invalid after it was saved via some kind of timing thing. validates_uniqueness_of is not 100% reliable. I recommend putting a constraint in the database as well.
19h
comment Jump over parent constructor to call grandparent’s
My charitable guess is in ConcreteClass1 he could be doing some initialization of external resources, and in CustomizedClass1 he wants different external resources initialized.
20h
answered Filters in Lucene
20h
answered Jump over parent constructor to call grandparent’s
21h
revised ActiveRecord :select is messing with my data types
added 1 characters in body
21h
answered ActiveRecord :select is messing with my data types
22h
comment Nested Attributes for Polymorphic Models
Where is the user choosing "venue as a type"?
1d
answered How do I download a file over HTTP using Ruby?
1d
answered At what level of abstraction does Single Responsibility Principle (SRP) no longer make sense?
1d
revised How to define person’s names in text (Java)
added 187 characters in body
1d
answered Which OSS can extract a synopsis from a text?
1d
answered How to define person’s names in text (Java)
1d
accepted Mapping non db data to rails models
1d
answered Mapping non db data to rails models
1d
answered Tracking a Change on a Column
1d
answered The Ruby community values simplicity…what’s your argument for simplifying a db schema in a new project?
1d
answered Rails Object in Database is Invalid
1d
answered configuring Rails on IIS ?
1d
answered Agile/XP and Layered approach
2d
answered Why does DataMapper use mixins vs inheritance?
2d
comment Ruby Datamapper table inheritance with associations
Which type of inheritance do you mean by real inheritance- Single Table Inheritance, Class Table Inheritance, or Concrete Table Inheritance? martinfowler.com/eaaCatalog
2d
accepted Sharing Uploaded Files between multiple Rails Applications
2d
comment How do I get all the instance variables of an object without using its getter methods?
added that to the answer
2d
revised How do I get all the instance variables of an object without using its getter methods?
added line in response to comment
2d
answered Shoulda tests failing on model with no id
2d
answered What is the best way to keep web app config ?
2d
answered How do I get all the instance variables of an object without using its getter methods?
2d
comment Automatically fill in form fields in Rails?
I'd venture this is the more "standard" way of doing it, since you are using an @article object this lets you reuse the form partial for new and edit.
2d
comment Rails Changing Polymorphic Type Of An Object
Yeah, I haven't done much with accepts_nested_attributes_for, so I don't know how to modify the methods it creates. (I still use the old "ryanb" method for nested forms.) It's a pretty new feature in Rails and I don't see a ticket in lighthouse. I'll see if I can duplicate it locally and then add a ticket.
2d
accepted Reddit clone in Rails with Rspec, resource_controller problem
Dec
8
accepted RoR: partials with resources
Dec
7
accepted Integrate a mp3 player into a page with no reloading issue
Dec
7
answered Help with rails and tinyMce