| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | Jan 11 at 5:58 | |
| stats | profile views | 20 |
|
Mar 22 |
awarded | Notable Question |
|
Mar 17 |
awarded | Popular Question |
|
Dec 26 |
awarded | Notable Question |
|
Dec 18 |
accepted | Regex - Matching text AFTER certain characters |
|
Dec 18 |
comment |
Regex - Matching text AFTER certain characters Thanks for your explanation -- it seems like the first regex has an error though (invalid pattern in look-behind). In any case it seems I'll have to do a lot more learning on grouping / look-behinds. |
|
Dec 17 |
asked | Regex - Matching text AFTER certain characters |
|
Dec 7 |
comment |
In what circumstances should I use instance variables instead of other variable types? Can you explain why you would use @name instead of simply a local variable name in your getter method? Since both instance variables and local variables are valid within their context, why make the distinction between the two? |
|
Nov 29 |
comment |
Page objects in watir splash — how to ensure that the proper page object is instantiated Thanks for your suggestion. I'll take a look at test-page. Any other gems I should consider using? Do you use factory_girl? |
|
Nov 29 |
comment |
Page objects in watir splash — how to ensure that the proper page object is instantiated Thank you for your detailed response. This was quite helpful. You mentioned that you haven't used the watirsplash framework; which ones have you used and could you give some words as to why you chose to it this way? |
|
Nov 29 |
accepted | Page objects in watir splash — how to ensure that the proper page object is instantiated |
|
Nov 29 |
revised |
Page objects in watir splash — how to ensure that the proper page object is instantiated changed tag.. |
|
Nov 28 |
asked | Page objects in watir splash — how to ensure that the proper page object is instantiated |
|
Sep 28 |
awarded | Popular Question |
|
Sep 16 |
awarded | Popular Question |
|
Apr 5 |
awarded | Commentator |
|
Apr 5 |
comment |
undefined method `simple_form_for' in RoR application doh! of course. I knew it was something silly like that. Thanks. |
|
Apr 4 |
asked | undefined method `simple_form_for' in RoR application |
|
Apr 4 |
comment |
seeking guidance for structuring e-commerce rails application @danneu I edited the post to reflect the other models as well. Does that sound right to you? |
|
Apr 4 |
revised |
seeking guidance for structuring e-commerce rails application I added the menu and dish associations to confirm if they are correct |
|
Apr 4 |
comment |
seeking guidance for structuring e-commerce rails application Thanks for your detailed response. One more question: how would you handle tags? Create an association such as: has_many :tags / has_many :restaurants ? I want to be able to sort/view restaurants by tag (Chinese, Open late, etc..) |