Top "Views" questions

This tag is for questions about database view or UI / architectural view.

MySql views performance

If you are going down the road of using views, how can you ensure good performance? Or is it better …

mysql database performance optimization views
Ruby on Rails Generating Views

Is there a way to generate the views separately using the rails generate command? I would also be willing to …

ruby-on-rails-3 views scaffold
Customizing Devise views in Rails

I'm using devise for user auth, but I have nice mockups for the signup, login, etc. pages. I've already done …

ruby-on-rails devise views
Can I specify a custom location to "search for views" in ASP.NET MVC?

I have the following layout for my mvc project: /Controllers /Demo /Demo/DemoArea1Controller /Demo/DemoArea2Controller etc... /Views /Demo /…

asp.net-mvc views
What's an elegant way to conditionally add a class to an HTML element in a view?

I occasionally have to add a class to an html element based on a condition. The problem is I can't …

ruby-on-rails views
Stored Procedures Vs. Views

I have used both but what I am not clear is when I should prefer one over the other. I …

sql sql-server-2008 stored-procedures comparison views
Alternative ways to push view controllers with storyboard programmatically

I'm looking for alternative ways to push view controllers instantiated on storyboard programmatically. I've actually found two ways, that I …

ios views push storyboard
Is it possible to place one view over another in android?

Can we place a small view over another large view? For example, I have a VideoView which is playing a …

android views android-videoview overlapping
Page not found 404 on Django site?

I'm following the tutorial on Django's site to create a simple poll app. However, Django is unable to resolve "//127.0.0.1:8000/polls" , …

django views django-urls
iOS - How to check if a modal view is present

Is there a way to check if a modal view is present? I'd like to run a method only if …

ios views modal-dialog