-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
With the latest trunk version from github (2014/03/2) I noticed some strange behaviour introduced when using a FckEditor from Echo3. You can start typing into the text area but within about 1 second a…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
```
1. What is the technical error you are experiencing?
I cannot get pass the please wait screen
2. What steps will reproduce the problem?
3. What is the expected output? What do you see instead?
On…
-
I have situation where I'm subscribed to a topic that has messages both in 'text' and 'map' message format. For the text messages, I am able to retrieve them fine in on_message - the map messages are…
-
`validates :up, presence: true`
up is a boolean field. when the value is false, model.valid? == false
I think presence helper should not treat boolean field' false value as not present. It is a bug …