Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby On Rails

Display Chronological Order Of Number Of Records

In rails when displaying a list of table records, I have a column which displays the id of each rec… Read more Display Chronological Order Of Number Of Records

Rails And Html, How To Retrieve Params From A Form

i have the follow 'get', :name => 'filter_form' do %> Solution 1: Just give… Read more Rails And Html, How To Retrieve Params From A Form

Rails:how To Create Dynamic Drop-down Box In Rails?

class FeedbacksController Solution 1: Say for example I have a Country table which contains name… Read more Rails:how To Create Dynamic Drop-down Box In Rails?

Rails Form For Model Select Box With 1-dimensional Data

I want to limit the entry possibilities for a text field in my model to a previously defined array.… Read more Rails Form For Model Select Box With 1-dimensional Data

How Do I Textile And Sanitize Html?

Now i ran into some stupid situation. I want the users to be able to use textile, but they shouldn&… Read more How Do I Textile And Sanitize Html?

Rails: Emulate "save Page As" Behaviour

for a rails project I need to provide the user with a downloadable HTML version of a statistics pag… Read more Rails: Emulate "save Page As" Behaviour