search for: mixon

Displaying 20 results from an estimated 35 matches for "mixon".

Did you mean: dixon
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 8:20 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? > > https://wiki.centos.org/SpecialInterestGroup/Automotive > > thanks > > Jeffrey "Jefro" Osi...
2021 Jul 13
1
Wiki request
I have changed to: JefroOsierMixon but for some reason it won't save. The settings page just spins after I click Save. Hopefully it will complete at some point - I will keep checking back. thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Auto...
2021 Jul 13
1
Wiki request
Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? https://wiki.centos.org/SpecialInterestGroup/Automotive thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive On Fri, Jul 9, 2021 at 10:08 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > Hello - we'd like to propose a CentOS SIG for Automotive, and thus would > be grateful for edit a...
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 9:03 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Thanks - it appears that I log in as "jefro". I can change this to FirstLast if that is preferred. > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com > Red Hat Office of the CTO | Sr. Principal Community Architect, Aut...
2021 Jul 13
1
Wiki request
On Tue, 13 Jul 2021 at 17:29, Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > I have changed to: JefroOsierMixon > > but for some reason it won't save. The settings page just spins after I click Save. Hopefully it will complete at some point - I will keep checking back. > > thanks > > Jeffrey "Jefro&quot...
2006 Apr 07
2
MSSQL activerecord uses bad syntax
...syntax: SELECT TOP 1 * FROM users WHERE (users.user = ''jbgnuumnbu'') However, users.user is not a valid syntax in MSSQL. Why doesn''t AR handle this? Arn''t other people using this without problems? Found the error running rake migrate. -- Matthew Beale :: mixonic@synitech.com Resume & Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
2
HABTM migrations
...on to not make an ID column, but this''ll do. But that seems sort of hackneyed. Is is a bug that the ID column is being manually populated by rails? Doesn''t seem very senseble, especially if the content of ID is always the same as team_id. Bug? Feature? -- Matthew Beale :: mixonic@synitech.com Resume & Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
5
Is old school STI broken? How would you do the same now?
...;List" in the database''s type column. Is there a better way to model this with the :through feature? Why isn''t rails finding the StaticList class? Is this a bug? A feature? The definition is in the same file as class List... Thanks for any pointers, -- Matthew Beale :: mixonic@synitech.com Resume & Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.
2005 Dec 22
3
acts_as_stateless ?
Is there such a thing that I could use to store sessions in the DB instead of in a cookie so that I can ensure users will be able to access their session data even across several load balancers? We use totally stateless machines here at work and I am worried about deploying a rails app in production that uses a volitile session stored on the machine. Any help is great! Happy Holidays, Mark --
2005 Dec 15
10
.rpdf ?
I haven''t delved into the wonderful world of PDF::Writer yet, nor have I run across a need.. but I just had an idea I wanted to throw out there how hard would it be to create a .rpdf template plugin for rails? could be neat ;]
2005 Dec 23
0
RE: Maintaining a Dev and a QA environment
...same box as a dev configuration is that, with all these GEM_HOME and other configurations, is this really the same as the QA or production machine is running? The further away you get from what you want, the less useful the process becomes. -----Original Message----- From: Matthew Beale [mailto:mixonic-8rZIAEcCR/xWk0Htik3J/w@public.gmane.org] Sent: Friday, December 23, 2005 6:25 AM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] Maintaining a Dev and a QA environment On Fri, 2005-12-23 at 08:38 -0500, Kevin Bedell wrote: > Has anyone seen any docs on how to...
2006 Apr 03
4
STI Broken on 1.1
Yeah I''m getting major problems as well. I don''t know what the issue is but I''m thinking of going back to 1.0 I would really like to hear if you figure this out, kind of an important part of Rails for us. -Paul -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 18
3
equivalent of "puts" in rhtml
Hi everyone, This seems so basic, and yet I can''t quite figure it out. Say I have some code in an .rhtml document: <%= if @session[:user_id] link_to somethingA else link_to somethingB link_to somethingC end -%> Only the link to somethingC will show in the second case. I understand that the last thing returned from that else block is that last line. In php i could just add
2006 Jun 21
11
executive: "is rails secure?"
Yesterday, I was doing a dog-and-pony for the head of the company that I work for. He asked, "Is this (a rails application) secure?" I said, "It''s as secure as anything else on the web is," and proceeded to talk about how the data was protected, how we weren''t saving anything that''s worth protecting, and so on. I''d like to have a better
2006 Jun 05
1
Form Field
I''m trying to get the value of a form field (input type="text" id="name">) from a controller via the params hash, but this isn''t working. I thought params[:name] would return this. The textbox is not part of the model. Does anyone know how to do this?? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Apr 03
1
why ruby GC can take only 8 meg of memory????
Hi, As I understand, the GC of Ruby can take only max. 8 meg of memory. So I wonder if there is some reason behide this or it is simply a hardecode feature???? and if I want to increase the memeory, how should I do this??? Thanks you very much!!!! Saiho The mind is its own place, and in itself. Can make a Heaven of Hell, a Hell of Heaven. http://www.geocities.com/sayoyo/
2006 Apr 20
1
error on stpexec : ROR on Linux with SQLServer Connection
So I got my rails app to connect to the SQLServer via ODBC, and I can model/scaffold, yada yada.. but when I need to exec a stored proc using sql_server.rb I get undefined local variable or method `connection'' how can that be, if I can connect for everthing else? thanks -- Posted via http://www.ruby-forum.com/.
2006 Mar 30
0
[TIP] Flush your plugins
...upid RForum.... Flush your old plugins svn repository list with: for i in $(script/plugin sources); do script/plugin unsource "$i"; done; and then update your plugins again script/plugin discover Things will work smoother, I promise. Sorry about the double post- -Matthew Beale mixonic@synitech.com :: 607 227 0871 Resume and Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.
2005 Dec 21
2
what is print_r in rails
hey, i know u have in php print_r or echo, so that the browser print the variable on top of page, no matter what what is this in rails?? put doesnt seem to work Thanks Nick
2006 Jan 10
6
print an instance variable?
Is there a way to print out an instance variable (@something) so you can see: 1: what it contains 2: how it''s mapped together ?? -- Posted via http://www.ruby-forum.com/.