-
I might be really naive about upgrading to Rails 4, but I am not sure where to start on this one.
- Currently running Rails 3.2.12
- Upgraded to `gem 'rails', '4.0.0.beta', github: 'rails/rails'` with…
-
So due to overwhelming feedback, it looks like the ownership urls will look like this:
```
http://jsbin.com/remy/canvas/12/edit
```
The aim is to have a login-less system, where you can set your _ho…
remy updated
12 years ago
-
jQuery Mobile should support passing parameters between internal pages, for example
# page2?param=value¶m2=value2
issue #471 (this feature request) was marked as closed but the current implementa…
-
I have reproduced the part of `change_password.feature` that does password recovery manually, which currently fails like this:
```
Scenario: Reset my password # features/change_password.feature:16
Gi…
-
I have an issue with 1.2.0-beta.1
I have multiple pages on the main index page. If I click on a link to go to a sub page (i.e. #pagetwo) it works fine.
But, if I reload the page it breaks and takes …
-
If possible, modify the browser's location bar as each page is displayed, to provide a shortcut back to that same page.
-
Need to define the following:
- Use cases / user stories describing how this would be used
- Web UI pages that would need to be created
- Block topology needed to support this scenario
- What are we s…
-
This functionality will be used for refreshing kml network links, restoring the application state after
a browser refresh, and bookmarking application state.
Google Code Info:
Issue #: 104
Author: u…
-
When a jQuery Mobile app exists purely client-side (for instance, for use with PhoneGap), there's no way to make a dynamic page whose content/behavior depend on how it was loaded.
For example: suppos…
-
I've searched everywhere and I can't figure out what's going on. The alphabar helper adds the authenticity_token to the URL in a certain situation.
I'm storing "breadcrumbs" in a session when a user…