Terry Lorber
|
Registered User
|
|
Nov 29 |
comment |
Returning a structure array using pointers +1 nice answer. |
|
Nov 16 |
awarded | ● Civic Duty |
|
Nov 16 |
answered | visual studio plugins for C++ environment |
|
Nov 16 |
comment |
how to set up a new rails program +1 for the "what is it and how does it work?" But to completely answer the question, edit to include: 'rails <application_name>' |
|
Nov 10 |
revised |
What does the asterisk before the variable mean in the named_scope argument list? update with link to more on splat |
|
Nov 10 |
comment |
What does the asterisk before the variable mean in the named_scope argument list? That's the magic! |
|
Nov 10 |
revised |
What does the asterisk before the variable mean in the named_scope argument list? added some background info on "vararg" |
|
Nov 10 |
revised |
What does the asterisk before the variable mean in the named_scope argument list? fix-up tag, speling |
|
Nov 10 |
asked | What does the asterisk before the variable mean in the named_scope argument list? |
|
Oct 19 |
awarded | ● Popular Question |
|
Oct 18 |
comment |
Method to migrate App Engine models +1 for Final Thoughts. It's Google, it's BigTable, use a new model name. Seems like the best solution. |
|
Sep 25 |
accepted | Passing instance variable from one form to the a different controller’s action in Rails |
|
Sep 24 |
revised |
Passing instance variable from one form to the a different controller’s action in Rails updated example |
|
Sep 24 |
comment |
Passing instance variable from one form to the a different controller’s action in Rails If you're going to use a redirect, then you'll need to store the parameters somewhere that will persist between requests. Use the session hash or a database table. |
|
Sep 21 |
comment |
Is this efficient coding for anti-spam? +1, but should it be mentioned that this a wildly naive way to go about preventing spam? |
|
Sep 21 |
answered | Passing instance variable from one form to the a different controller’s action in Rails |
|
Aug 29 |
accepted | Rails: Validating existence of an association |
|
Aug 29 |
comment |
Rails STI Style Inheritence for multiple roles per user +1 STI is not the way to implement user roles. |
|
Aug 28 |
comment |
Site wide search on a rails application @NeilS Good point, use STI (Single Table Inheritance) for all these searchable models. That way, the "name" column of create_table is not necessary. If you've already got models, or can't make STI work for these models, then it's a bit more work. |
|
Aug 28 |
answered | Site wide search on a rails application |
|
Aug 26 |
comment |
Rails: Validating existence of an association @Homar Not sure about scoping, if the belongs_to association includes this restriction, I'd assume it would work. |
|
Aug 26 |
comment |
Finding data in Rails @gkrdvl Posts with no comments should be returned, per your question. Maybe "<>" is not the proper syntax for your database. Try "!="? |
|
Aug 26 |
answered | Rails: Validating existence of an association |
|
Aug 26 |
comment |
Rake just one migration Hmm, blog.stonean.com/2007/12/…, ::redo doesn't seem to take a VERSION argument. |
|
Aug 26 |
answered | Rake just one migration |
|
Aug 26 |
comment |
Finding data in Rails This results in three separate DB queries, it would be more efficient to use the RDBMS to generate the desired result set. Not to mention that Post.find_all could be a very big collection. |
|
Aug 26 |
comment |
Finding data in Rails The :include generates a LEFT OUTER JOIN, so posts without comments should be returned. |
|
Aug 25 |
revised |
Finding data in Rails clarify code |
|
Aug 25 |
answered | Finding data in Rails |
|
Aug 21 |
comment |
With Rails 2.x, how do I handle a table with a “valid” column? I agree, power through convention. However, I'm using my hack until I can schedule a change with my dependents. |
|
Aug 20 |
revised |
With Rails 2.x, how do I handle a table with a “valid” column? added 4 characters in body |
|
Aug 20 |
answered | With Rails 2.x, how do I handle a table with a “valid” column? |
|
Aug 20 |
asked | With Rails 2.x, how do I handle a table with a “valid” column? |
|
Aug 10 |
awarded | ● Yearling |
|
Jul 21 |
accepted | [Ruby] Updating a Hash |
|
Jul 21 |
answered | Webrick Very Slow When Accessing Applications From Remote Desktop |
|
Jul 21 |
answered | [Ruby] Updating a Hash |
|
Jul 10 |
comment |
Source Control – Is a separate branch required for every product? @Ben Breen - Given your clarification, I still suggest using svn:externals. Product A might change the Core, but you can control when those changes go back to the /core/trunk depending on the Product B release schedule. If you're making changes to Core just for Product A, then maybe that code shouldn't be in the core. |
|
Jul 10 |
revised |
Source Control – Is a separate branch required for every product? added 144 characters in body |
|
Jul 10 |
comment |
Source Control – Is a separate branch required for every product? -1 I read the question as being about shared code, not so much about branching & merging. |
|
Jul 10 |
comment |
Source Control – Is a separate branch required for every product? @Ben Breen - The release branch for Product A should use a release branch for the Core. Don't break the release branch. During that time Product B, C, D trunks will use the Core trunk until they are ready to release, and a new release branch for the to-be-lreeased product and the Core are made. |
|
Jul 10 |
answered | Source Control – Is a separate branch required for every product? |
|
Jul 10 |
answered | Recommend portable source control setup? |
|
Jul 9 |
revised |
Make a foreign key field in a django form read-only, and still enable the form to be submitted edited tags |
|
Jul 9 |
answered | Make a foreign key field in a django form read-only, and still enable the form to be submitted |
|
Jul 6 |
answered | Ruby on Rails: Editor for backend of the web application. |
|
Jul 6 |
comment |
How to wean oneself from IDE to text editor? @rascher It's not a church... it's a Cathedral of Diamonds! @Dave Markle Chortle inducing. |
|
Jul 6 |
comment |
How to wean oneself from IDE to text editor? +1 I do M-x new-frame, grab it, and then beat my colleagues with it if they have the gall to stop by, interrupting me, only to ask "How do I reverse find in a CString?" |
|
Jul 6 |
comment |
How to wean oneself from IDE to text editor? @FogleBird Stop looking over the shoulder of inept Vim/Emacs users! |
|
Jul 6 |
answered | How to wean oneself from IDE to text editor? |
