|
Dec
6 |
|
awarded | Notable Question |
|
Nov
20 |
|
awarded | Yearling |
|
Oct
30 |
|
awarded | Self-Learner |
|
Feb
3 |
|
awarded | Popular Question |
|
May
4 |
|
awarded | Yearling |
|
Aug
6 |
|
answered | Completely stumped by "is not recognized by the 'identify' command" error in rails/paperclip on windows dev box |
|
Jul
4 |
|
answered | Rails error when using %d (deprecated) on translating dates, what should i use instead? |
|
May
16 |
|
accepted | Missing en-UK.yml file for Rails app |
|
May
16 |
|
answered | Missing en-UK.yml file for Rails app |
|
May
10 |
|
asked | Missing en-UK.yml file for Rails app |
|
May
4 |
|
awarded | Yearling |
|
Oct
30 |
|
revised |
CSS background image being downloaded more than once deleted 4 characters in body |
|
Oct
30 |
|
revised |
CSS background image being downloaded more than once Opened bug report |
|
Oct
30 |
|
comment |
CSS background image being downloaded more than once Yep done this. Once the image is fully downloaded Firefox uses the cached version. |
|
Oct
30 |
|
asked | CSS background image being downloaded more than once |
|
Sep
1 |
|
awarded | Enthusiast |
|
Aug
15 |
|
revised |
Set start value for column with autoincrement deleted 1 characters in body |
|
Aug
14 |
|
answered | Set start value for column with autoincrement |
|
Aug
12 |
|
comment |
Finding out the ContentType of a Image from the byte[] I adapted the code from another Stackoverflow question/answer (mentioned above). The code has since changed as I also understand i++ more than i +=1. |
|
Aug
10 |
|
comment |
Bind multiple values to model on post I use this approach for both TextBox and CheckBox. You only need the hidden index field if you care about the order and if it is there it MUST be in order as 0,1,2,5,6 - 5,6 will be missing from the Array/List when it is created. |