-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile support with failback spike #188
base: master
Are you sure you want to change the base?
Mobile support with failback spike #188
Conversation
Conflicts: app/controllers/people_controller.rb app/controllers/welcome_controller.rb config/initializers/mime_types.rb
Thank you for this pull request. Out of curiosity, did you explore the media="mobile.css" solution to render a different page for mobile? I'll go watch the railscast next, as he probably talks about why your solution is better. |
last_name "Liu" | ||
human_name "David Liu" | ||
email "david.liu@sv.cmu.edu" | ||
webiso_account "david.liu@andrew.cmu.edu" | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Ignore this commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. This should not have been checked in. Our Bad.
@professor: According to our research it seems that creating a mime type for mobile provides a more universal platform for extending mobile support to other modules by simply creating a new *.mobile.erb version of the view and changing the content. We felt that this approach is less intrusive as well. I would love to hear your comments about it. |
MfSE Team Defect
Story Definition: As a user, when I access the site on a mobile device, if I go to the home page, I see just the links on the left navigation. If I go to people search, then I just see the main content window. This should work on iphone and android.
Implementation:
Reference: http://railscasts.com/episodes/199-mobile-devices