Re: [Rails] beta testers?

2017-09-09 Thread Joe Guerra
...@massdump.com and password '12345678' any feedback would be greatly appreciated. Thanks, Joe On Thursday, September 7, 2017 at 3:33:43 PM UTC-4, Joe Guerra wrote: > > Thanks. I will find someone to do a bit of a write up for me. > > That's why I don't have a personal websi

Re: [Rails] Re: Dependencies

2017-09-09 Thread Joe Guerra
(and if's it locked to a certain version). Anyways, updating a few too many broke my code, so instead of trying to figure out what I messed up, I reverted back. So, I guess if it ain't broke don't fix it. On Friday, September 8, 2017 at 8:18:54 AM UTC-4, Joe Guerra wrote: > > Ok, I

[Rails] Re: Video Streaming on RoR

2017-09-09 Thread Joe Guerra
Hmm, not sure what you are trying to do. But I took this online course on Udemy called building rails apps using Wista and heroku. I'm sure if you are looking to host the video somewhere then create an account on Wista. Streaming from it shouldn't be a problem? On Friday, September 8, 2017

Re: [Rails] Re: Dependencies

2017-09-09 Thread Joe Guerra
Lol, I don't have a job as rails developer yet. I'm still trying to figure this out. Maybe, eventually. On Sep 9, 2017 2:58 PM, "Hassan Schroeder" <hassan.schroe...@gmail.com> wrote: > On Sat, Sep 9, 2017 at 11:33 AM, Joe Guerra <jgue...@jginfosys.com> wrote: > &g

[Rails] routes

2017-09-11 Thread Joe Guerra
I believe I messed up the routes in one of my models. Should I delete the model and try again? Thanks, Joe -- 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

Re: [Rails] Migrations

2017-09-05 Thread Joe Guerra
Right, the first one was commented out. On Sep 5, 2017 5:11 PM, "Hassan Schroeder" <hassan.schroe...@gmail.com> wrote: > On Tue, Sep 5, 2017 at 1:38 PM, Joe Guerra <jgue...@jginfosys.com> wrote: > > > > ok, I recreated the migration and ran it. It fixed

Re: [Rails] Migrations

2017-09-05 Thread Joe Guerra
the database isn't in production, it has a bunch of faker data in it. On Tue, Sep 5, 2017 at 11:48 AM, Norbert Melzer <timmel...@gmail.com> wrote: > On 09/05/2017 05:16 PM, Joe Guerra wrote: > > Well, I wasn't going to touch the schema file directly. I thought > > about me

Re: [Rails] Migrations

2017-09-05 Thread Joe Guerra
wrote: > > On 09/05/2017 03:31 PM, Joe Guerra wrote: > > Thanks, I do have some junk in my schema that I should clean up by > > removing some older migrations that I'm not using in my current web app. > > No, you should clean that unneeded stuff in your current schema by

Re: [Rails] Migrations

2017-09-05 Thread Joe Guerra
Melzer <timmel...@gmail.com> wrote: > On 09/05/2017 05:51 PM, Joe Guerra wrote: > > the database isn't in production, it has a bunch of faker data in it. > > I do not care… You are taking huge risks by changing old migrations and > re-running from scratch. This way you mi

Re: [Rails] beta testers?

2017-09-07 Thread Joe Guerra
right I know, it's hasn't gotten a write up yet. On Thursday, September 7, 2017 at 10:30:45 AM UTC-4, Hassan Schroeder wrote: > > On Thu, Sep 7, 2017 at 6:39 AM, Joe Guerra <jgu...@jginfosys.com > > wrote: > > https://cryptic-inlet-13518.herokuapp.com/ > >

Re: [Rails] beta testers?

2017-09-07 Thread Joe Guerra
be greatly appreciated. Thanks. On Thursday, September 7, 2017 at 3:22:41 AM UTC-4, Colin Law wrote: > > On 7 September 2017 at 02:55, Joe Guerra <jgu...@jginfosys.com > > wrote: > > Where do I find them? I know my site looks a bit barren and amateurish > but > > it

Re: [Rails] beta testers?

2017-09-07 Thread Joe Guerra
product on your website ( and I'll help you get orders for it.) That's basically it for now. On Thursday, September 7, 2017 at 11:57:21 AM UTC-4, Joe Guerra wrote: > > right I know, it's hasn't gotten a write up yet. > > > > On Thursday, September 7, 2017 at 10:30:45 AM UTC-4

Re: [Rails] beta testers?

2017-09-07 Thread Joe Guerra
to make website copy myself tried before, not great result but i try to explain how my app can help customer... Test it at https://pluralsense.com  On 7 Sep 2017 18:28, "Hassan Schroeder" <hassan.schroe...@gmail.com> wrote: > On Thu, Sep 7, 2017 at 9:57 AM, Joe G

Re: [Rails] beta testers?

2017-09-07 Thread Joe Guerra
Sorry, I haven't written anything up on it yet. I'm sure I can add some text to it soon. :) On Thursday, September 7, 2017 at 12:24:32 PM UTC-4, Hassan Schroeder wrote: > > On Thu, Sep 7, 2017 at 9:05 AM, Joe Guerra <jgu...@jginfosys.com > > wrote: > > ok, I'll

[Rails] shareable icons

2017-09-06 Thread Joe Guerra
I found this 'shareable' gem and put it into my application, but it looks horrible. The icons don't even line up. Can anyone suggest a better shareable bunch of icons? Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

Re: [Rails] Dependencies

2017-09-06 Thread Joe Guerra
Tuesday, September 5, 2017 at 8:37:11 AM UTC-4, Rolandas Barysas wrote: > > What do you have in mind specifically? I can't recall the last time where > I had any issues with bundler. > > On Tue, Sep 5, 2017 at 3:07 PM, Joe Guerra <jgu...@jginfosys.com > > wrote: > >&g

[Rails] Re: convert website into mobile app

2017-09-07 Thread Joe Guerra
What do you actually mean convert website into a mobile app? I have done this with one line of code using Basic4Android. Basically, make sure your website is mobile friendly and just write an android app that wraps up the website in a webview. If you want I can do it for you and give you the

[Rails] Re: convert website into mobile app

2017-09-07 Thread Joe Guerra
I've also got a google developers account, I can upload the .apk and get it up on google play. if you want to try out basic4android, it's www.b4x.com On Thursday, September 7, 2017 at 9:48:39 PM UTC-4, fugee ohu wrote: > > I originally set out to learn how to do this with android studio but

Re: [Rails] Re: routes

2017-09-12 Thread Joe Guerra
gt; Am 12.09.2017 um 03:15 schrieb Joe Guerra: > > get resources :gallery > You do have this in your routesfile literally? Seems invalid for me. > > Also As far as I can remember the convention, `resources` needs the > plural name, not the singular name. But I haven't used rail

Re: [Rails] Re: routes

2017-09-12 Thread Joe Guerra
yes, I know that. :) On Tue, Sep 12, 2017 at 10:21 AM, Colin Law <clan...@gmail.com> wrote: > On 12 September 2017 at 15:15, Joe Guerra <jgue...@jginfosys.com> wrote: > > RIght, I tried resources galleries, resources gallerys > > > > But all come up with

Re: [Rails] Re: routes

2017-09-12 Thread Joe Guerra
w sounds like the new method is missing > from the Gallery controller so posting that would also be good. > > Ben > > On Tuesday, September 12, 2017 at 3:23:21 PM UTC+1, Colin Law wrote: >> >> On 12 September 2017 at 15:15, Joe Guerra <jgu...@jginfosys.com> wro

Re: [Rails] Re: routes

2017-09-12 Thread Joe Guerra
, 2017 at 5:03:56 PM UTC-4, Colin Law wrote: > > On 12 September 2017 at 02:15, Joe Guerra <jgu...@jginfosys.com > > wrote: > > ... > > I'm using... in my routes file. > > > > get resources :gallery > > Why is the 'get' there? > >

[Rails] Re: shareable icons

2017-09-06 Thread Joe Guerra
I found some on w3, they seem to look very nice. On Wednesday, September 6, 2017 at 4:17:08 PM UTC-4, Joe Guerra wrote: > > I found this 'shareable' gem and put it into my application, but it looks > horrible. The icons don't even line up. > > Can anyone suggest a better

[Rails] beta testers?

2017-09-06 Thread Joe Guerra
Where do I find them? I know my site looks a bit barren and amateurish but it's a start. I need some constructive criticism. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

Re: [Rails] Re: routes

2017-09-12 Thread Joe Guerra
Doesn't running the scaffold command put the route in the routes file for you? On Tuesday, September 12, 2017 at 10:15:07 AM UTC-4, Joe Guerra wrote: > > RIght, I tried resources galleries, resources gallerys > > But all come up with other errors. My post controller an

[Rails] Re: Deploy rails app

2017-09-30 Thread Joe Guerra
Why not use docker? -- 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 post to this group, send email to

[Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
I haven't really learned much about testing rails apps. I've only heard a few things, like factory-girl, r-spec, etc... What about selenium, I'm looking at a course (but it's more QA). Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on

Re: [Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
> Thanks, > > Mohan G > > On Sat, Sep 30, 2017 at 10:58 PM, Joe Guerra <jgue...@jginfosys.com> > wrote: > >> No idea, if it's part of the development life cycle I would imagine that >> I need to be familiar with the process. >> >> Maybe it's a good

[Rails] Cloudinary?

2017-09-30 Thread Joe Guerra
Hi, is anyone using this to host their website images? It seems to be what I'm looking for. I can add my own tags, captions & meta data, but I'd hopefully like to retrieve all that from the api. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby

Re: [Rails] Testing rails apps

2017-09-30 Thread Joe Guerra
...@gmail.com> wrote: > What kind of testing are you looking for? > > --- > > Thanks, > > Mohan G > > On Sat, Sep 30, 2017 at 10:47 PM, Joe Guerra <jgue...@jginfosys.com> > wrote: > >> I haven't really learned much about testing rails apps. I'v

[Rails] notification message

2017-09-27 Thread Joe Guerra
Just curious, I'd like to shoot off a notification message once a form has been entered on my site. I guess it's easy enough to figure out. Do I just create a mailer and call that task once it's completed? (sorry I haven't worked with any mailers yet.) Thanks, Joe -- You received this

[Rails] Re: notification message

2017-09-27 Thread Joe Guerra
Ok, I think I've got it figured out. Thanks, Joe On Wednesday, September 27, 2017 at 6:32:03 PM UTC-4, Joe Guerra wrote: > > Just curious, I'd like to shoot off a notification message once a form has > been entered on my site. > > I guess it's easy enough to figure out. D

[Rails] Re: Open Source Project

2017-08-24 Thread Joe Guerra
Sure, I'll join the project. On Thursday, August 24, 2017 at 6:18:57 AM UTC-4, Norman Santiago wrote: > > Hi I would like to invite every one on participating in my open source > project( pls see the link below ). It is a LMS project that has a vision to > improve the teaching strategies of

Re: [Rails] Migrations

2017-09-05 Thread Joe Guerra
se > migrations in version control (if you use one - I hope you do). > > > On Tue, Sep 5, 2017 at 3:03 PM, Joe Guerra <jgu...@jginfosys.com > > wrote: > >> Just wondering if I can clean up some of migrations and merge them with >> others. >> &g

[Rails] Migrations

2017-09-05 Thread Joe Guerra
Just wondering if I can clean up some of migrations and merge them with others. I've added a few things here and there to my database tables over time. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from

[Rails] Dependencies

2017-09-05 Thread Joe Guerra
I'm trying to resolve some dependancies issues in my rails app. How do you resolve these issues typically? Thanks, Joe -- 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] Need partners for hobby project

2017-10-06 Thread Joe Guerra
I'd be happy to help out too. I need all the practice I can get. On Thursday, October 5, 2017 at 12:23:59 AM UTC-4, Krishna Gundala wrote: > > Will be happy to be apart of it. > > On Thu, Oct 5, 2017, 9:03 AM Karthikeyan A K <77m...@gmail.com > > wrote: > >> Hello People, >> >> I got frustrated

[Rails] Re: [ANN] Rapidfire v3.1.0 Released

2017-10-18 Thread Joe Guerra
Very nice, how do you actually add the questions to the survey? Can't seem to do that in the demo. On Wednesday, October 18, 2017 at 11:34:37 AM UTC-4, Akshay Sasidharan wrote: > > Hi, > > *Rapidfire v3.1.0 Released* > > *About:* > Rapidfire is a ruby gem which makes adding dynamic surveys

Re: [Rails] drop down hover bootstrap

2017-11-11 Thread Joe Guerra
hmm, not so fast. It is working initially, but once I've clicked on a menu option in the drop down - the hover dropdown stops working. :( On Friday, November 10, 2017 at 7:10:51 PM UTC-5, Joe Guerra wrote: > > Ok, I got it working. For some odd reason I couldn't paste that

Re: [Rails] drop down hover bootstrap

2017-11-11 Thread Joe Guerra
Ok, I just discovered if I reload the page hover will work. Not sure why it's not totally reloading the page after menu items have been click (while hover is working). On Saturday, November 11, 2017 at 11:05:48 AM UTC-5, Mugurel Chirica wrote: > > The best place to start is to completely read

[Rails] Re: form question.

2017-11-11 Thread Joe Guerra
ok, nevermind. I figured it out , I removed the " ". On Saturday, November 11, 2017 at 1:59:59 PM UTC-5, Joe Guerra wrote: > > I have just added qty to a product page. > > I think I need to somehow put the button_to into the form, but it's > working ok now. > >

[Rails] form question.

2017-11-11 Thread Joe Guerra
I have just added qty to a product page. I think I need to somehow put the button_to into the form, but it's working ok now. I'd like to pass in an instant variable @remaining into the max form element instead of using a fixed value there now (5). I think I tried max = "<% @remaining %>",

[Rails] CSS question.

2017-11-11 Thread Joe Guerra
Sorry, not sure where to post this on google groups. I will move it if I find a CSS google group. Anyways, I'm trying to overlay text onto an image (in my gallery) on upper and lower right corners. I know my problem has to do with nesting the . I'm just using placeholders for text now...

[Rails] drop down hover bootstrap

2017-11-10 Thread Joe Guerra
I'm trying to follow this ... https://github.com/CWSpear/bootstrap-hover-dropdown and add hover to my drop down menus. But, I'm not sure what to do with the javascript in this situation? Do I add it to the application.js manifest or do I add the requirements in the application.html?

Re: [Rails] drop down hover bootstrap

2017-11-10 Thread Joe Guerra
ta-delay="1000"' to the href tag. On Friday, November 10, 2017 at 4:08:54 PM UTC-5, Walter Lee Davis wrote: > > > > On Nov 10, 2017, at 3:53 PM, Joe Guerra <jgu...@jginfosys.com > > wrote: > > > > I'm trying to follow this ... > > > >

Re: [Rails] drop down hover bootstrap

2017-11-10 Thread Joe Guerra
No, it didn't work :( On Friday, November 10, 2017 at 4:23:35 PM UTC-5, Walter Lee Davis wrote: > > That looks correct. Did it work? > > Walter > > > On Nov 10, 2017, at 4:16 PM, Joe Guerra <jgu...@jginfosys.com > > wrote: > > > >

Re: [Rails] drop down hover bootstrap

2017-11-10 Thread Joe Guerra
Ok, I got it working. For some odd reason I couldn't paste that hover javascript file into my javascript folder. So, I created a new javascript file (using rubymine) and then pasted the actual code into it and saving it with the same name. I don't know if that's a permissions problem, but it

Re: [Rails] drop down hover bootstrap

2017-11-11 Thread Joe Guerra
ok, I just tried $('.dropdown-toggle').dropdownHover(options); and I get ... VM155:1 Uncaught ReferenceError: options is not defined at :1:37 (but the hover drop down is working)... If I click on a link in the menu the hover menu stops working, I check the console and I've got plenty of

[Rails] Docker

2018-05-17 Thread Joe Guerra
Just curious, I'm deploying to heroku now thru my github account but heard so many neat things about docker. Can I create a docker container and deploy it to any service that supports docker (ie like AWS)? Thanks, Joe -- You received this message because you are subscribed to the Google

Re: [Rails] A new pagination gem and some thoughts about Rails adoption

2018-05-16 Thread Joe Guerra
Thanks! I'll swap out will_paginate. On Wed, May 16, 2018 at 12:56 PM, GamaFranco wrote: > Found this data and decided to share some words about it. Let me know what > you think: https://www.imaginarycloud.com/blog/ > paginating-ruby-on-rails-apps-with-pagy/ > > -- > You

Re: [Rails] A new pagination gem and some thoughts about Rails adoption

2018-05-22 Thread Joe Guerra
. Thanks, Joe On Friday, May 18, 2018 at 9:07:01 AM UTC-4, Joe Guerra wrote: > > Yes, I got it working! > > Thanks. > > On Friday, May 18, 2018 at 8:37:09 AM UTC-4, GamaFranco wrote: >> >> That's easy! >> >> https://ddnexus.github.io/pagy/pagy-extr

Re: [Rails] A new pagination gem and some thoughts about Rails adoption

2018-05-23 Thread Joe Guerra
May 23, 2018 at 1:52:39 AM UTC+1, Joe Guerra wrote: >> >> Ok, just one question. >> >> I have my results page in a gallery and the last page my pagy nav bar is >> not at the bottom of the page anymore. >> It gets tacked to the right of the galler

Re: [Rails] A new pagination gem and some thoughts about Rails adoption

2018-05-18 Thread Joe Guerra
s=1526727559755000=AFQjCNGYLigFw6eboeKMCXusv23LVIFVKw> > basically > you just install and require, then you use the helpers with the > "*_bootstrap" suffix, so instead of using "pagy_nav" you can use > "pagy_nav_bootstrap" > > Let me know. > > Best,

Re: [Rails] A new pagination gem and some thoughts about Rails adoption

2018-05-17 Thread Joe Guerra
On Thursday, May 17, 2018 at 4:58:47 AM UTC-4, GamaFranco wrote: > > I’ll do one on migration afterwards. But let me know how that worked out > for you. Thanks. I got it will_paginate swapped out for pagy. Just need to figure out how to add those extra bootstrap files. -- You received

[Rails] placeholder in form?

2018-06-18 Thread Joe Guerra
I have a default message in a form ( I used the placeholder attribute). Unfortunately, when I submit a form it doesn't like this attribute (that field must appear blank), because if I type over it it works. Is there something else I should use besides the placeholder attribute? Thanks, Joe

[Rails] Re: placeholder in form?

2018-06-18 Thread Joe Guerra
Ok, I think I should have used value. On Monday, June 18, 2018 at 2:49:28 PM UTC-4, Joe Guerra wrote: > > I have a default message in a form ( I used the placeholder attribute). > > Unfortunately, when I submit a form it doesn't like this attribute (that > field must appear

Re: [Rails] newbie: copy file from github to local directory?

2018-06-05 Thread Joe Guerra
just download it. On Tue, Jun 5, 2018 at 4:14 PM, Jason McMahan wrote: > Good day, > I am new to rails and would like suggestions/help to copy a file from > github to a local directory. > > I assume use the FileUtils but any help would be appreciated. > > Thank you > > -- > You received this

Re: [Rails] javascript hit and miss?

2018-04-30 Thread Joe Guerra
untwist, change the $(document).ready bit > to this: > > $(document).on('load turbolinks:load', function(){ > // ... > }); > > This will hook into the event that fires after Turbolinks refreshes the > body of the page, so everything on the screen will be ready to be ex

Re: [Rails] (JOB) Seeking Ruby on Rails Developer in the north Denver area (Broomfield)

2017-10-26 Thread Joe Guerra
Hi, I've attached my resume. Don't forget to visit my website to view all my certificates, android apps and websites I'm working on. www.jginfosys.com Thanks, Joe On Thu, Oct 26, 2017 at 12:16 PM, Miranda Krayca wrote: > Hello! > > > We have an immediate need for a *Ruby

[Rails] ruby clean up

2018-07-03 Thread Joe Guerra
I have several versions of ruby on my mac, I don't know why I would need them. But, how would I go about removing previously installed versions? I'm up to Ruby 2.5 now. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

[Rails] bootstrap wells

2018-01-10 Thread Joe Guerra
I'm using ckeditor in one of my forms. It works quiet well, and it posts html into the table after submitting it. When I'm rendering the contents of this form, I'm trying to put it into a bootstrap well - but the contents show up as plain text. I'm sure it's an easy fix? -- You received

[Rails] Re: Unsubscribe: Best practices

2018-01-10 Thread Joe Guerra
I think I have to push an update to this code. I'm missing the deliver after creating the record. I'll do that tonight. On Wednesday, January 10, 2018 at 3:13:30 PM UTC-5, Joe Guerra wrote: > > You basically need a boolean field in your mailing list table called > subscribe. &g

[Rails] Re: bootstrap wells

2018-01-10 Thread Joe Guerra
Oh, I'm also trying to render some images (they are styled and sized in css). But, the images do not render in the bootstrap well div. :( They appear on top of the bootstrap well. On Wednesday, January 10, 2018 at 3:32:40 PM UTC-5, Joe Guerra wrote: > > I'm using ckeditor in one of my

[Rails] Re: Unsubscribe: Best practices

2018-01-10 Thread Joe Guerra
You basically need a boolean field in your mailing list table called subscribe. you can toggle that with true or false for the user by asking a question and flipping this bit. As far as sending a link - I already wrote this procedure. It's quite easy.

[Rails] Hyperlinks

2018-01-18 Thread Joe Guerra
Just wondering if it’s possible to handle hyperlinks in a controller. I want to pass some variables from hyperlinks instead of using forms. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and

[Rails] Re: Hyperlinks

2018-01-18 Thread Joe Guerra
well, basically click on a link and have it do something on a controller. I don't want to pass these values to the controller using forms, I'd like to know if it's possible to using hyperlinks. On Thursday, January 18, 2018 at 11:11:36 AM UTC-5, Joe Guerra wrote: > > Just wondering i

[Rails] Re: bootstrap wells

2018-01-12 Thread Joe Guerra
ok, figured this out. On Wednesday, January 10, 2018 at 3:32:40 PM UTC-5, Joe Guerra wrote: > > I'm using ckeditor in one of my forms. It works quiet well, and it posts > html into the table after submitting it. > > When I'm rendering the contents of this form, I'

[Rails] Re: bootstrap wells

2018-01-12 Thread Joe Guerra
got this solved too. On Friday, January 12, 2018 at 3:10:34 PM UTC-5, Joe Guerra wrote: > > ok, figured this out. > > On Wednesday, January 10, 2018 at 3:32:40 PM UTC-5, Joe Guerra wrote: >> >> I'm using ckeditor in one of my forms. It works quiet well, and it posts

[Rails] combining bootstrap classes with search_form_for

2018-02-08 Thread Joe Guerra
I've setup ransack to do some full text search... but the search text box isn't formated with bootstrap styling. I've pasted my code below. The top has the ransack search , below the bootstrap styling (need to combine them). Any hints? <%= search_form_for @search do |f| %>

[Rails] Re: combining bootstrap classes with search_form_for

2018-02-16 Thread Joe Guerra
nevermind. On Thursday, February 8, 2018 at 6:17:02 PM UTC-5, Joe Guerra wrote: > > I've setup ransack to do some full text search... > > but the search text box isn't formated with bootstrap styling. I've > pasted my code below. The top has the ransack search , below the boots

[Rails] image uploaders?

2018-02-25 Thread Joe Guerra
Hi, I've got 2 uploaders in my app. They are both uploading to aws s3 no problems. I'm able to display my photos on my show page using, but having no luck with my avatar. <%= image_tag @photo.image_url(:thumb).to_s %> <%= image_tag @user.image_url(:thumb).to_s %> I don't even know where

Re: [Rails][Private Group of Pragmatic Study]

2018-06-20 Thread Joe Guerra
I'm interested. On Wednesday, June 20, 2018 at 1:55:14 AM UTC-4, Leandro Rodrigues wrote: > > Group of Pragmatic Study > > Hi everyone. > > I am just briefly introduce myself. My name is Leandro, I am from São > Paulo. I am 33 years old. > Well, I am Software Developer over 10 years. I work

[Rails] Re: [job] Looking for Rails freelance developers

2018-06-21 Thread Joe Guerra
How much does it pay? On Tuesday, June 19, 2018 at 12:45:05 AM UTC-4, Karthikeyan A K wrote: > > Hello All, > > One of the startups I am coding for is expanding. We are looking for > freelance Ruby on Rails backend developers who can put in at lease 25 hours > a week. The work is completely

Re: [Rails] ransack replacement?

2018-08-02 Thread Joe Guerra
I justed jumped to using rails '5.2.0' in my app. Is that bad? On Thursday, August 2, 2018 at 12:07:49 PM UTC-4, Hassan Schroeder wrote: > > On Thu, Aug 2, 2018 at 8:20 AM, Joe Guerra > wrote: > > >rails (= 5.2.0) was resolved to 5.2.0, which depends on > >

Re: [Rails] Need guidance on an inline editing design

2018-08-02 Thread Joe Guerra
On Thursday, August 2, 2018 at 10:06:23 AM UTC-4, Joe Guerra wrote: >> >> Have you put your code up on github? >> >> I can give you a hand, I'm also learning rails, and run out of ideas / >> projects to work on. >> >> >> >> On Thursday, August

Re: [Rails] ransack replacement?

2018-08-02 Thread Joe Guerra
og.heroku.com/> - Careers <https://www.salesforce.com/company/careers/> - Documentation <https://devcenter.heroku.com/> That's my last heroku build :( which crashed. On Thursday, August 2, 2018 at 10:18:23 AM UTC-4, Joe Guerra wrote: > > Yes, I know. Just tryi

Re: [Rails] Need guidance on an inline editing design

2018-08-01 Thread Joe Guerra
or you can put a drop-down list with the attendance options in the list. On Wed, Aug 1, 2018 at 10:24 AM, Joe Guerra wrote: > Doesn't seem like a very hard app to put together. > > Why not just load all the students at once (if they are about 50 of them) > (or you can say paginat

Re: [Rails] Need guidance on an inline editing design

2018-08-01 Thread Joe Guerra
Doesn't seem like a very hard app to put together. Why not just load all the students at once (if they are about 50 of them) (or you can say paginate them at 20 records). I would use radio buttons, instead of check boxes. On Wed, Aug 1, 2018 at 10:18 AM, John Sanderbeck wrote: > And if not,

Re: [Rails] something messed up my heroku build :(

2018-08-01 Thread Joe Guerra
com/activerecord-hackery/ransack/commit/be06a8374b04e73a9af3cdd24a1b137bf2069ac6 > > On Wed, Aug 1, 2018 at 3:25 AM, Hassan Schroeder > wrote: > >> On Tue, Jul 31, 2018 at 2:46 PM, Joe Guerra > > wrote: >> > after running bundle update, something doesn't work :( >>

Re: [Rails] ransack replacement?

2018-08-02 Thread Joe Guerra
Thanks, I kind of figured out how to approach the rebuild. I've commented out the ransack gem , until I work my way up to rails 5.2.0. and then I'll include it into the build again. On Thursday, August 2, 2018 at 1:39:56 PM UTC-4, Joe Guerra wrote: > > I justed jumped to using rails

Re: [Rails] ransack replacement?

2018-08-02 Thread Joe Guerra
ok, great. I got my rails version all the way upto 5.07, and I put ransack back. But had to remove the gem 'auto-session-timeout-warning' . On Thursday, August 2, 2018 at 2:40:57 PM UTC-4, Joe Guerra wrote: > > Thanks, I kind of figured out how to approach the rebuild. > > I'

[Rails] devise users

2018-08-03 Thread Joe Guerra
I just want to dump my entire users listing from the users table (which devise created). But, they didn't provide an index page or anything like that. If I were to create another controller that would just define the index page for the users table, would it conflict with what devise created?

Re: [Rails] devise users

2018-08-03 Thread Joe Guerra
Hi, just display the users on the webpage (so I don't have to refer to the raw database table). On Friday, August 3, 2018 at 1:39:19 PM UTC-4, Hassan Schroeder wrote: > > On Fri, Aug 3, 2018 at 9:50 AM, Joe Guerra > wrote: > > I just want to dump my entire users listing from

[Rails] Re: Installing Redmine

2018-07-31 Thread Joe Guerra
why don't you install the redmine vm? do you have virtualbox or vmware workstation? https://bitnami.com/stack/redmine/virtual-machine On Saturday, June 30, 2018 at 2:13:14 AM UTC-4, Ayari HoussemEddine wrote: > > Hello i am working in my final graduation project. > I need to install Redmine

[Rails] something messed up my heroku build :(

2018-07-31 Thread Joe Guerra
It was never problem to build and compile on heroku, not sure what I messed up. Any help appreciated. https://pastebin.com/HmQLdcma Link is only active for 6 days... Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

Re: [Rails] something messed up my heroku build :(

2018-07-31 Thread Joe Guerra
I'm not at home to run it locally. Not sure what happens, it does run locally (last time I checked). I will look at it at home. Thanks, Joe On Tuesday, July 31, 2018 at 2:31:24 PM UTC-4, Hassan Schroeder wrote: > > On Tue, Jul 31, 2018 at 10:53 AM, Joe Guerra > wrote: > &g

Re: [Rails] something messed up my heroku build :(

2018-07-31 Thread Joe Guerra
after running bundle update, something doesn't work :( https://pastebin.com/aqjgKdRi something wrong with polyamorous rails? On Tuesday, July 31, 2018 at 2:33:01 PM UTC-4, Joe Guerra wrote: > > I'm not at home to run it locally. Not sure what happens, it does run > locally (la

Re: [Rails] devise users

2018-08-03 Thread Joe Guerra
Thanks. I followed Frantz link, it helped. I just had multiple routes that were the same, so I fixed it. On Friday, August 3, 2018 at 2:31:48 PM UTC-4, Hassan Schroeder wrote: > > On Fri, Aug 3, 2018 at 11:04 AM, Joe Guerra > wrote: > > Hi, just display the users on the webp

Re: [Rails] ransack replacement?

2018-08-02 Thread Joe Guerra
Yes, I know. Just trying to find compatible versions for ransack and devise. Haven't figured it out yet. On Wednesday, August 1, 2018 at 5:01:54 PM UTC-4, Hassan Schroeder wrote: > > On Wed, Aug 1, 2018 at 1:50 PM, Joe Guerra > wrote: > > Hi, what should I use to replace rans

[Rails] ransack replacement?

2018-08-01 Thread Joe Guerra
Hi, what should I use to replace ransack with? It's no longer supported in the rails version I'm using (4.2.8), and If I upgrade rails I'll break devise :( Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe

Re: [Rails] Need guidance on an inline editing design

2018-08-02 Thread Joe Guerra
Have you put your code up on github? I can give you a hand, I'm also learning rails, and run out of ideas / projects to work on. On Thursday, August 2, 2018 at 6:38:39 AM UTC-4, John Sanderbeck wrote: > > Sorry... Only been doing RoR code for about a year... Still learning... > > John >

[Rails] sass compass

2018-08-08 Thread Joe Guerra
I'm trying to use this css library with bootstrap. Anyways, I've got this in my gemfile... # compass for sytlesheets gem 'compass-rails' gem 'breakpoint', '~> 2.5' and this in my pages.scss @import "compass"; @import "breakpoint"; followed by the rest of the css. I'm crashing with it

[Rails] Re: sass compass

2018-08-08 Thread Joe Guerra
ok, I moved @import "compass"; @import "breakpoint"; to the application.css.scss file. getting another error, not as bad. Undefined mixin 'box-shadow'. On Wednesday, August 8, 2018 at 5:56:54 PM UTC-4, Joe Guerra wrote: > > I'm trying to use this css library w

[Rails] Re: Full Stack Ruby on Rails Developer job in Eastleigh

2018-08-10 Thread Joe Guerra
Where is this position located? On Wednesday, August 8, 2018 at 3:32:42 PM UTC-4, Julia Mardell wrote: > > This is a fantastic opportunity for an ambitious rails web developer to > join a young, dynamic team. > > > > You’ll work within our Product Development Team to ensure our digital >

Re: [Rails] Looking for help on how to incorporate Stripe into my existing files

2018-08-10 Thread Joe Guerra
have you seen this? http://railscasts.com/episodes/288-billing-with-stripe On Friday, August 10, 2018 at 5:09:52 PM UTC-4, David Merrick wrote: > > Thanks > > On Sat, Aug 11, 2018 at 8:45 AM Mugurel Chirica > wrote: > >> Hey David, looks like you did not configure your application properly. >>

[Rails] bootstrap cards

2018-08-09 Thread Joe Guerra
https://res.cloudinary.com/dlfodsgbd/image/upload/v1485912958/photo_not_available.png);"> Saepe Delectus Consequatur Eius numquam optio corporis exercitationem eaque optio Active: 2018-07-15 - 2018-08-15 I got these bootstap cards I'm trying to loop thru, but I'm not having

Re: [Rails] Ruby on Rails Part time programer

2018-08-14 Thread Joe Guerra
What's required? I'd be interested in a remote part-time position. On Tue, Aug 14, 2018 at 9:10 AM, Josue Figueroa wrote: > Hi, > > Could you explain more about the changes that you want to perform to your > Rails application? Could this work be remote? > > Regards, > Josue > > 2018-08-13

Re: [Rails] updating records

2018-08-26 Thread Joe Guerra
Yes, I know. I learned about using the default scope, then put it into my app. Then I discovered everyone said not to use them. lol. On Wednesday, August 22, 2018 at 8:08:53 PM UTC-4, Walter Lee Davis wrote: > > > > On Aug 22, 2018, at 1:28 PM, Joe Guerra > wrote: &g

[Rails] Re: Looking for a Sensei for a final bootcamp project

2018-08-26 Thread Joe Guerra
Hey, what's your handle on gitter (TOP). I'm on The Odin Project too. I can give you some assistance. On Friday, August 24, 2018 at 9:18:53 AM UTC-4, Mario Antoniali wrote: > > Hello everyone! > > A couple of months ago my team an I started to follow a *boot camp* (a > french fork of The

Re: [Rails] Re: Looking for a Sensei for a final bootcamp project

2018-08-27 Thread Joe Guerra
what's your id on gitter? On Monday, August 27, 2018 at 10:28:37 AM UTC-4, Mario Antoniali wrote: > > Thank you very much for your help. We finally found someone to help us > already but we appreciate your assistance. > Have a good one! > > Le dim. 26 août 2018 à 18:19, Joe

<    1   2   3   >