[Rails] collection_select Selected value

2014-01-08 Thread Himanshu Vikram Tantia
Hello, I'm trying to use collection select to implement filtering for my page. The idea is there are a bunch of posts and I want to implement record filtering for those. The first collection box would have parameters like "Date", "Amount", "Category" and based on the selection of this a second

Re: [Rails] front end development

2014-01-08 Thread Timothy Mukaibo
Do you have to develop on Windows? I have a Windows 8 laptop, and use Hyper-V to run a Linux VM for all my development work. Much easier than stuffing around with Windows in my opinion! Good luck! Timothy. On 9 January 2014 03:08, James Turley wrote: > Assuming the trouble is with bootstrap's

[Rails] collection_select

2014-01-08 Thread Himanshu Vikram T.
Hello, I'm trying to use collection select to implement filtering for my page. The idea is there are a bunch of posts and I want to implement record filtering for those. The first collection box would have parameters like "Date", "Amount", "Category" and based on the selection of this a secondary

[Rails] Re: rails engine - vendor/bundle and vendor/cache

2014-01-08 Thread jsnark
Found the solution. This explanation may not be 100% accurate. Bundle remembers how it was first executed in the directory '.bundle'. Subsequent executions use this information. 'bundle install' puts the gems in the vendor/bundle directory. 'bundle package' puts the gems in the vendor/cache

[Rails] MessageVerifier remove

2014-01-08 Thread David Sherratt
Hi, Using 4.1 and MessageVerifier as a password reset token option. Its working fine and checks correctly with time based however I am wanting to invalidate/remove the token after a successful password update, how can I invalidate a generated token? Docs/message_verifier.rb file don't appear to c

[Rails] Re: Streaming audio mp3 with limit download

2014-01-08 Thread Emilio Yaakov
Hi Walter! Thanks for the answer. I can't store all the files because need a lot of space. For now I don't have money to spend with storage. Caching maybe is not a good idea, the average size is 60 MB then it will take a long time to download and start playing the audio in streaming server. And

Re: [Rails] front end development

2014-01-08 Thread James Turley
Assuming the trouble is with bootstrap's dependency on Windows-unfriendly LESS: Have you seen the bootstrap-sass gem? Surely if you can get Ruby running you can compile SASS/SCSS... https://github.com/twbs/bootstrap-sass On Wed, Jan 8, 2014 at 3:55 PM, Unnikrishnan Patel < unnipatel.pa...@gmail.

Re: [Rails] front end development

2014-01-08 Thread Walter Lee Davis
On Jan 8, 2014, at 10:55 AM, Unnikrishnan Patel wrote: > ruby on rails dosent support bootstrap in windows , can anyone please give an > alternative for this situation? > Where did you get that impression? Rails is a framework for programming Web applications, written in the Ruby language. As

[Rails] front end development

2014-01-08 Thread Unnikrishnan Patel
ruby on rails dosent support bootstrap in windows , can anyone please give an alternative for this situation? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email

[Rails] Re: assert_equal Test - how to test updates

2014-01-08 Thread saurav panda
While using assert_equal i am getting this error, can anybody suggest me how to recover undefined method `assert_equal' for DP_Settings:Class(NoMethodError) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:

Re: [Rails] SSL with Thin Server

2014-01-08 Thread Avi
Sorry for the late reply. Can you please suggest some ssl options? Which is the best one to go for? On Monday, January 6, 2014 6:32:30 PM UTC+5:30, Jordon Bedwell wrote: > > On Mon, Jan 6, 2014 at 5:18 AM, Avi > > wrote: > > Can anyone suggest? Do we need to buy ssl? > > Yes, unless you trus