Hello, I am very very new to Ruby on rails. Just joined as an Intern in a company. They gave me a task. I want to open the PDF in a new window based on the location id where we currently in. For example, In a database table we have a column name location id in one table. PDF's stored in the server. I want to get the PDF based on the location id(that might be in a drop down menu). Please help me to do that. I want some to teach me this concept. Thanks in advance
on 2012-08-28 23:23
on 2012-08-28 23:31
On Tue, Aug 28, 2012 at 4:23 PM, Vinay Sri <lists@ruby-forum.com> wrote: > Thanks in advance > > Do you know how to open it via web? I'm not sure but it may be like this PATH = http://localhost:300/files/document.pdf PATH = http://localhost:300/path/to/folder/document.pdf if so you just can do <%= link_to "PDF file", PATH%> Now they may have used gems (paperclip, carrierwave) and they have helpers. If you have no idea what I'm talking about take a look at http://ruby.railstutorial.org/ first so you can learn about this framework JavierQ
on 2012-08-28 23:34
Hi Javier, Thank you so much for your reply. I am looking for a online tutor to teach me through skype and teamviewer. Do u know anyone? I am ready to pay. Javier Quarite wrote in post #1073677: > On Tue, Aug 28, 2012 at 4:23 PM, Vinay Sri <lists@ruby-forum.com> wrote: > >> Thanks in advance >> >> > Do you know how to open it via web? > I'm not sure but it may be like this > > PATH = http://localhost:300/files/document.pdf > PATH = http://localhost:300/path/to/folder/document.pdf > > if so you just can do > > <%= link_to "PDF file", PATH%> > > Now they may have used gems (paperclip, carrierwave) and they have > helpers. > If you have no idea what I'm talking about take a look at > http://ruby.railstutorial.org/ first so you can learn about this > framework > > JavierQ
on 2012-08-29 08:22
On 28 August 2012 22:23, Vinay Sri <lists@ruby-forum.com> wrote: > Hello, > > I am very very new to Ruby on rails. Just joined as an Intern in a > company. They gave me a task. I want to open the PDF in a new window > based on the location id where we currently in. For example, In a > database table we have a column name location id in one table. PDF's > stored in the server. I want to get the PDF based on the location > id(that might be in a drop down menu). Please help me to do that. I want > some to teach me this concept. Try working through a tutorial such as railstutorial.org which is free to use online and will give you the basics or rails. You have not given us sufficient detail to answer your question directly. Colin
on 2012-08-29 11:28
What all things you want to learn,i can teach you.email me on paritoshparitosh57@gmail.com
on 2012-08-29 11:30
+1 regards, Loganathan Mob: +91 7760780741 | +91 9944414388 Skype: loganathan.sellappa ViewMe <http://vizualize.me/loganathan> On Wed, Aug 29, 2012 at 2:57 PM, INDIAN RAILS DEVELOPER <
on 2012-08-29 15:55
+1 On Wed, Aug 29, 2012 at 2:59 PM, Loganathan Sellapa <loganathan.ms@gmail.com > wrote: > paritoshparitosh57@gmail.com> wrote: >> To view this discussion on the web visit > rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- With Regards, Harika Grandhi SIFY SOFTWARE LIMITED, Software Developer, Chennai.
on 2012-08-29 19:01
Here is the Task... The EPC’s(PDF's) themselves are not stored in the database, this is because each client can have hundreds of EPCs and we don’t want these to increase the size of the database, instead we save the EPC’s on the server and link to them in the database. To get the path of the EPC you need to get the path out of the database. This can be done using the following SQL. Select C."value"||A.epc_file_name From DBA.enr_rds_xml_datas A Join DBA.GlobalIniFile B on B.section = 'Paths' and B.ident = 'EPCStore' Where A.location_id = MyLoCode And A.is_current = 1; You might want to look at creating a view for the above SQL and then creating a Model for it so that you can access the data in Ruby easily. You will need to create a new page for this as there is no existing one currently. The EPC that is opened will depend on the location that the user is currently on. The is_current flag in enr_rds_xml_datas will ensure that only one EPC is returned for the current location.
on 2012-08-30 12:20
Hello, I can help you with your task for three 'coz it simple. I want to practise in English so I think it can be useful for me too. Skype:embeddedcoder. 29.08.2012 21:02 "Vinay Sri" <lists@ruby-forum.com> :
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.