| bio | website | hungrycoder.xenexbd.com |
|---|---|---|
| location | Bangladesh | |
| age | 28 | |
| visits | member for | 2 years, 10 months |
| seen | 10 hours ago | |
| stats | profile views | 167 |
Programming is my passion :)
|
May 17 |
answered | Trying to append to class in current view but results in appending to other views |
|
May 17 |
comment |
Rails: How to do a query to display count of unread messages if greater than 0? Thanks ck3g for the editing and spotting my mistake. |
|
May 17 |
answered | Rails: How to do a query to display count of unread messages if greater than 0? |
|
May 16 |
answered | backbone js, Update view on model change |
|
May 10 |
comment |
Undo view change after backbone sync fails this is the question is about. |
|
May 10 |
comment |
Undo view change after backbone sync fails Yes, I don't want to wait for getting success. I want to update immediately. |
|
May 10 |
comment |
Undo view change after backbone sync fails This is what we've used earlier but we want the UI to updated immediately. |
|
May 10 |
asked | Undo view change after backbone sync fails |
|
May 9 |
revised |
How to define an empty object in PHP added 6 characters in body |
|
May 3 |
answered | backbone this.model.set is not working |
|
May 2 |
comment |
Rails routing error (route is defined) can you try by removing any one of the above two declarations? just for checking! |
|
May 2 |
answered | Rails routing error (route is defined) |
|
May 2 |
comment |
cross-domain connection not working what's the problem? Open Network tab in your console (browser's) and see what's the error. |
|
Apr 23 |
comment |
Associations and Collection_select please update your question with the actual error message with file names and line numbers. |
|
Apr 23 |
comment |
Associations and Collection_select can you inspect your @subjects to see what it contains? |
|
Apr 23 |
comment |
Associations and Collection_select I think your @subjects is not populated correctly. Which rails version are you using? Can you please try this @subjects = Subject.all instead of @subjects = Subject.find(:all). Somewhere I've probably seen find(:all) is deprecated! |
|
Apr 23 |
comment |
Associations and Collection_select i do not understand your question. when validation exists, you must enter those fields. otherwise you will get validation error. |
|
Apr 22 |
answered | Associations and Collection_select |
|
Apr 22 |
comment |
Associations and Collection_select if you don't care asking a question with readable codes, you can't expect someone to care answering. i've edited your code for better readabilities. |
|
Apr 22 |
revised |
Associations and Collection_select code formatting |