[Rails] Re: converting a tiff image

2013-11-06 Thread arron w.
I have only tried to convert Tiff files using the free trial package of another Tiff converter: http://www.yiigo.com/guides/csharp/how-to-tiff-convert.shtml I am considering to employ one to help me. Do you have any good suggestion? -- Posted via http://www.ruby-forum.com/. -- You received

[Rails] Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Monserrat Foster
Hello! I'm fairly new to Ruby and Rails, and currently I don't have any knowledge on interacting with the server's shell or a SVN server, but now I have to develop an app where admins allow/restrict access to files and folders from the app and some sort of version control of the files is need

[Rails] Re: rails 4 logging during development, surpress asset messages?

2013-11-06 Thread Matt Jones
On Tuesday, 5 November 2013 18:52:48 UTC-5, Gitted wrote: Is it possible to surpress all those asset related messages? I have a terminal open where I run 'rails s' and it gets hard to read. Try quiet_assets: https://github.com/evrone/quiet_assets --Matt Jones -- You received this

Re: [Rails] BEST RAIL SERVER

2013-11-06 Thread Matt Jones
On Tuesday, 5 November 2013 14:21:41 UTC-5, Fahad Idrees wrote: I don't have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in

Re: [Rails] Re: converting a tiff image

2013-11-06 Thread Walter Lee Davis
On Nov 6, 2013, at 3:36 AM, arron w. wrote: I have only tried to convert Tiff files using the free trial package of another Tiff converter: http://www.yiigo.com/guides/csharp/how-to-tiff-convert.shtml I am considering to employ one to help me. Do you have any good suggestion? Install

Re: [Rails] Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Walter Lee Davis
On Nov 6, 2013, at 8:21 AM, Monserrat Foster wrote: Hello! I'm fairly new to Ruby and Rails, and currently I don't have any knowledge on interacting with the server's shell or a SVN server, but now I have to develop an app where admins allow/restrict access to files and folders from the

[Rails] Re: Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Robert Walker
Monserrat Foster wrote in post #1126580: Hello! I'm fairly new to Ruby and Rails, and currently I don't have any knowledge on interacting with the server's shell or a SVN server, but now I have to develop an app where admins allow/restrict access to files and folders from the app and some

[Rails] Re: Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Robert Walker
Robert Walker wrote in post #1126590: Issuing system commands is as simple as: system svn command My apologies, but you need to quote the command part: system 'svn command' -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] My first Ruby on Rails application

2013-11-06 Thread Lazarus Lazaridis
Hello everybody, I just joined the group and I wanted to share my first Ruby on Rails application I'm developing the last 5 months. http://actibities-uniongr.rhcloud.com/pages/view-demo The application is currently deployed to OpenShift and there are plans to be made open (Github) by the end

[Rails] Re: can anyone please suggest me from where I need to start learning ruby on rails..??

2013-11-06 Thread grzegorz
Hi, I suggest starting with http://guides.rubyonrails.org/getting_started.html and then railstutorial.org or others, because Getting Started with Rails is much shorter yet still demonstrates essential concepts. I'd suggest to use the editor or IDE that you're the most familiar with in order to

[Rails] Re: Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Monserrat Foster
Hello all, thanks for replying. Explaining a little further what I need is to set the permissions to determined users from the app, however, the files aren't in the same server as the app and it should be relatively easy to the users to access the files, and the admin wants to be able to see

Re: [Rails] BEST RAIL SERVER

2013-11-06 Thread S Ahmed
50K online users won't work on a budget host with Rails. Are you dreaming you will get 50K online users at peak or is that something you have now? I'm guessing it a dream/projection otherwise you would know that bluehost won't get you there :) On Tue, Nov 5, 2013 at 6:03 AM, Fahad Idrees

Re: [Rails] BEST RAIL SERVER

2013-11-06 Thread Fahad Idrees
@S ahmad, i am expecting 5 users will hit the page daily. and more than 20k users will be unique. bluehost only allow 5k user to access the site smoothly. On Wed, Nov 6, 2013 at 10:13 PM, S Ahmed sahmed1...@gmail.com wrote: 50K online users won't work on a budget host with Rails. Are

[Rails] Re: rails 2D array access in Helper method

2013-11-06 Thread leo nike
Hi, once again thanks for you code contribution, that helped me to see problem from a different perspective a little bit. I liked both of your code snippets, and 1st one in particular (since i actually understand it) There is only one issue though, if I try to run code below on trough jQuery

[Rails] Re: Is it possible with Rails to interact with SVN Server and/or the server's shell?

2013-11-06 Thread Robert Walker
Monserrat Foster wrote in post #1126594: Explaining a little further what I need is to set the permissions to determined users from the app, however, the files aren't in the same server Keeping in mind that what I'm about to say is completely off the top of my head... Given that your

[Rails] Re: BEST RAIL SERVER

2013-11-06 Thread RVic
The fastest server I have ever used, oddly, is the glassfish gem, using jruby, though I have not used it in quite some time. -- 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,

Re: [Rails] BEST RAIL SERVER

2013-11-06 Thread Jordon Bedwell
On Tuesday, November 5, 2013 1:21:41 PM UTC-6, Fahad Idrees wrote: I don't have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in