[Rails] Re: How to create thumbnail

2013-07-15 Thread danny thyui
I do this almost daily. I use an imaging sdk which can create thumbnails found on the internet . Install it and it becomes a selectable processing option.Then you can create thumbnails in your image in any program at all, including Adobe Acrobat . Just open the images, select thumbnail,and

[Rails] Want a sample working source code for multi language application

2013-07-15 Thread Tushar Patil
If any one have a sample rails application, which is in multiple language, please send me or just give me the link. I am trying to convert my application in Marathi that's why i need it. Thanks, Tushar Patil. -- You received this message because you are subscribed to the Google Groups Ruby

Re: [Rails] Want a sample working source code for multi language application

2013-07-15 Thread Dheeraj Kumar
You already asked this before. Same answer, read edgeguides.rubyonrails.org/i18n.html -- Dheeraj Kumar On Monday 15 July 2013 at 1:48 PM, Tushar Patil wrote: If any one have a sample rails application, which is in multiple language, please send me or just give me the link. I am trying to

[Rails] REST IN RUBY ON RAILS

2013-07-15 Thread lekha p.
Hello Friends, Can anybody explain me, What is Rest mean in RUBY ON RAILS... -- Posted via http://www.ruby-forum.com/. -- 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] REST IN RUBY ON RAILS

2013-07-15 Thread Dheeraj Kumar
It means the same thing in all web frameworks. http://en.wikipedia.org/wiki/Representational_state_transfer -- Dheeraj Kumar On Monday 15 July 2013 at 3:11 PM, lekha p. wrote: Hello Friends, Can anybody explain me, What is Rest mean in RUBY ON RAILS... -- Posted via

[Rails] Re: REST IN RUBY ON RAILS

2013-07-15 Thread lekha p.
Dheeraj Kumar wrote in post #1115456: It means the same thing in all web frameworks. http://en.wikipedia.org/wiki/Representational_state_transfer -- Dheeraj Kumar ok thanks, can you please tell me, how it is implemented in ruby on rails. actions index,edit,new,update etc comes as part of

Re: [Rails] Re: REST IN RUBY ON RAILS

2013-07-15 Thread Dheeraj Kumar
They are all controller actions. Methods, if you prefer. -- Dheeraj Kumar On Monday 15 July 2013 at 3:25 PM, lekha p. wrote: Dheeraj Kumar wrote in post #1115456: It means the same thing in all web frameworks. http://en.wikipedia.org/wiki/Representational_state_transfer --

[Rails] Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread lekha p.
ok could please help me to know how it is implemented in rails, like telling a example. -- Posted via http://www.ruby-forum.com/. -- 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

Re: [Rails] Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread Dheeraj Kumar
Create a new rails application, generate a new scaffold, and check it out for yourself. -- Dheeraj Kumar On Monday 15 July 2013 at 3:30 PM, lekha p. wrote: ok could please help me to know how it is implemented in rails, like telling a example. -- Posted via

[Rails] Re: Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread lekha p.
yes i created a application.. so where it comes? -- Posted via http://www.ruby-forum.com/. -- 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 to

Re: [Rails] Re: Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread Dheeraj Kumar
generate a scaffold. -- Dheeraj Kumar On Monday 15 July 2013 at 3:34 PM, lekha p. wrote: yes i created a application.. so where it comes? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

[Rails] Re: Re: Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread lekha p.
yes i did.. -- Posted via http://www.ruby-forum.com/. -- 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 to rubyonrails-talk+unsubscr...@googlegroups.com. To

[Rails] Re: Asset Pipeline: Asset attempted to compress while creating page response not during asset request

2013-07-15 Thread farukhdm
Hi, FYI... With config.assets.compile = false(live compilation disabled) I removed entry from manifest.yml file and I got: ActionView::Template::Error (jquery.bxslider.min.js isn't precompiled) which I guess it valid error message. Had there been, config.assets.compile = true + missing

[Rails] Rails 4: Session Expiry?

2013-07-15 Thread Kyle Fazzari
I've been Googling this question for the past few hours, and I think it's time I simply ask this question myself. I just made the switch from Rails 3.2 to Rails 4. I'm trying to make sure I'm as up-to-speed as possible on security issues, and I'm concerned about sessions right now. It looks

[Rails] Need guidance for a simple search Rails application

2013-07-15 Thread Arslan Farooq
Hi, I am learning Ruby. In the meantime, I have to make a simple app for a small company that I know how to make in PHP and MySQL. I have not started learning Rails yet (first I want to finish the Ruby book I have started). But I was thinking if with a little guidance may be I can make this

Re: [Rails] Re: Re: Re: Re: REST IN RUBY ON RAILS

2013-07-15 Thread Emil S
Can you go through this guide first ? http://guides.rubyonrails.org/routing.html Do get back if you still feel lost. On 15 July 2013 16:01, lekha p. li...@ruby-forum.com wrote: yes i did.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed

[Rails] Re: How to create thumbnail

2013-07-15 Thread Rick
It's really hard to help you without seeing the code that is causing the error and the log that gives the details of the error message. For example, your problem could be as simple as using *:style = *(singular) instead of *:styles =* (plural) in your model. Also, it's could be that you are

[Rails] Re: Rails 4: Session Expiry?

2013-07-15 Thread Frederick Cheung
On Sunday, July 14, 2013 1:22:09 PM UTC+1, Kyle Fazzari wrote: I've been Googling this question for the past few hours, and I think it's time I simply ask this question myself. I just made the switch from Rails 3.2 to Rails 4. I'm trying to make sure I'm as up-to-speed as possible on

Re: [Rails] Need guidance for a simple search Rails application

2013-07-15 Thread Emil S
I didn't exactly get your question. Are you looking for a way to search for the records ? If the number of rows is huge and you need full text search, you may need to look at Solr or Sphinx or AWS CloudSearch for fast queries. If time is not a big concern, you may even be able to do away with

[Rails] help for rails app controller

2013-07-15 Thread baby rails
hi, im a new rails developper, and i try to create an action into a controller to do something like that: when u user purshase an item, his godparent (user contact) will receive money. i create the purshase controller it work fine, but i dont know how can i add this function. also, i had create a

Re: [Rails] Re: Rails 4: Session Expiry?

2013-07-15 Thread ruby_on_rails_talk
On Mon, Jul 15, 2013 at 7:09 AM, Frederick Cheung frederick.che...@gmail.com wrote: On Sunday, July 14, 2013 1:22:09 PM UTC+1, Kyle Fazzari wrote: I've been Googling this question for the past few hours, and I think it's time I simply ask this question myself. I just made the switch from

[Rails] Re: help for rails app controller

2013-07-15 Thread baby rails
please can someone help me !! -- Posted via http://www.ruby-forum.com/. -- 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 to

[Rails] How to save values from Sortable Unordered List?

2013-07-15 Thread Fai Wong
I've a sortable unordered list as follows. How do I use controller to detect this element and get the contents to save each LI item into a row in the database? ul id=show-items class=ui-sortable li id=todo-163span class=editable1. Good/span a href=# style=display: none;X/a/li li

[Rails] Re: Need guidance for a simple search Rails application

2013-07-15 Thread Rick
On Monday, July 15, 2013 12:30:45 AM UTC-4, Arslan Farooq wrote: Hi, I am learning Ruby. In the meantime, I have to make a simple app for a small company that I know how to make in PHP and MySQL. I have not started learning Rails yet (first I want to finish the Ruby book I have

Re: [Rails] How to save values from Sortable Unordered List?

2013-07-15 Thread Tamara Temple
On Jul 15, 2013, at 7:37 AM, Fai Wong wongw...@gmail.com wrote: I've a sortable unordered list as follows. How do I use controller to detect this element and get the contents to save each LI item into a row in the database? ul id=show-items class=ui-sortable li id=todo-163span

Re: [Rails] help for rails app controller

2013-07-15 Thread Tamara Temple
On Jul 15, 2013, at 6:28 AM, baby rails li...@ruby-forum.com wrote: please can someone help me !! Sadly, I cannot understand what it is you're trying to do, or what help you are asking for. hi, im a new rails developper, and i try to create an action into a controller to do something like

[Rails] Re: help for rails app controller

2013-07-15 Thread baby rails
thank you for reply: what i want to do is when a user C make a purchase, his godparent ( user B ) win some money and also the godparent of B ( user A). in the users table i come to add a column named commission. so when B make purchase, B.commission += 1 and A.commission += 0.5 there's a way to

[Rails] Rendering Partials from another Folder

2013-07-15 Thread Giannakis P.
Hello Guys :) I'm fairly new to Rails and a problem keeps bugging me for days now. I'mt Trying to render a Partial from my App/view/pins folder to my app/view/layout folder (My menu). Basically im trying to render my _form.html.erb to a Modal which is triggered with a button on my Menu. Im

[Rails] Problem with assets and path

2013-07-15 Thread Paul Bergstrom
My page doesn't load css and images in production mode. For css I get a path like /appname/assets/ What's wrong? Should be without appname. I tried the config.assets.paths but no luck. My app runs on fcgi (if that could mean anything) on the production server. Locally I use passenger and

Re: [Rails] Rendering Partials from another Folder

2013-07-15 Thread Dheeraj Kumar
The object you're using to render the form is nil. -- Dheeraj Kumar On Tuesday 16 July 2013 at 2:34 AM, Giannakis P. wrote: Hello Guys :) I'm fairly new to Rails and a problem keeps bugging me for days now. I'mt Trying to render a Partial from my App/view/pins folder to my

[Rails] Please give me some example about highchart in Rails using highcharts-rails gem

2013-07-15 Thread haxuan lac
I have to build some report screeen for my project I want to use highcharts-rails gem to build this screen I research some document about it but I want someone have ever done with highcharts-rails gem can give me some advice if I use highchart in Rails Thanks.. -- Posted via

Re: [Rails] Please give me some example about highchart in Rails using highcharts-rails gem

2013-07-15 Thread Dheeraj Kumar
Highcharts is pretty simple to use. What's your problem? -- Dheeraj Kumar On Tuesday 16 July 2013 at 9:11 AM, haxuan lac wrote: I have to build some report screeen for my project I want to use highcharts-rails gem to build this screen I research some document about it but I want someone

Re: [Rails] Please give me some example about highchart in Rails using highcharts-rails gem

2013-07-15 Thread Robert O'Connor
Is he looking for somebody to do it for him? On Jul 15, 2013 11:52 PM, Dheeraj Kumar a.dheeraj.ku...@gmail.com wrote: Highcharts is pretty simple to use. What's your problem? -- Dheeraj Kumar On Tuesday 16 July 2013 at 9:11 AM, haxuan lac wrote: I have to build some report screeen for my

[Rails] Re: Please give me some example about highchart in Rails using highcharts-rails gem

2013-07-15 Thread haxuan lac
I want a simple example using gem highchart-rails. but I also see example with gem lazy-highchart. So I expect somebody have done simple demo (small and easy level) can sent me to try. Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to

Re: [Rails] Re: Please give me some example about highchart in Rails using highcharts-rails gem

2013-07-15 Thread Dheeraj Kumar
Do the gem setup as it says on github, then use Highcharts' examples to guide you. -- Dheeraj Kumar On Tuesday 16 July 2013 at 9:56 AM, haxuan lac wrote: I want a simple example using gem highchart-rails. but I also see example with gem lazy-highchart. So I expect somebody have done