188 reputation
212
bio website lightbe.com
location
age
visits member for 1 year, 3 months
seen 1 hour ago
stats profile views 43

We put in place sound strategies for our clients to ensure total success for the execution and deployment of their unique solutions.

We are that team with a unique experience to make your projects a success using proven systems design methodology.

We put in place sound strategies to ensure total success for the execution and deployment of your solutions.

We are building for our clients a Competitive Advantage. Clients Projects always begins with the conviction that there is always a better, faster and more efficient way to do business


1d
revised Ruby on Rails 3.2.13 - Rewriting iView Slider jQuery Obtrusive Code
added 85 characters in body
1d
revised Ruby on Rails 3.2.13 - Rewriting iView Slider jQuery Obtrusive Code
added 30 characters in body
1d
asked Ruby on Rails 3.2.13 - Rewriting iView Slider jQuery Obtrusive Code
Apr
30
awarded  Self-Learner
Apr
27
comment How Do I Use collection_select Command for Multiple Values to Update A Second Model?
Jill, I have not found that solution. I currently list what was selected on top of the dropdown list on the edit method. If a person wants to change the list they have to enter all options they want. The views I have written so far are views only accessed by admins. However I need to find a solution to this for my next project where these functions will have more exposure than to admins. Any input from anyone would be appreciated :)
Apr
22
awarded  Notable Question
Apr
11
awarded  Popular Question
Apr
4
comment Ruby on Rails 3 - How Can I Check a radio_button_tag In My Controller?
Thanks so much. I updated my question with my solution. This was the last issue I had before being able to deploy my application. Works like a charm.
Apr
4
accepted Ruby on Rails 3 - How Can I Check a radio_button_tag In My Controller?
Apr
4
revised Ruby on Rails 3 - How Can I Check a radio_button_tag In My Controller?
added 940 characters in body
Apr
4
asked Ruby on Rails 3 - How Can I Check a radio_button_tag In My Controller?
Mar
26
comment Ruby on Rails 3.2.13 - How Do I Reference Fields in fields_for?
It is working well. I just need to tweak my reject method for the :reject_if option in Modality so that if they only enter one field the error checking in my model will work. The link for the params hash was the missing link for me. Thanks again!!!!
Mar
26
accepted Ruby on Rails 3.2.13 - How Do I Reference Fields in fields_for?
Mar
26
comment Ruby on Rails 3.2.13 - How Do I Reference Fields in fields_for?
I looked at the log but had not clicked anything to see the hash DUH. I had accepts_nested_attributes_for :modality_items in Modality but did not know to add :modality_items_attributes to my attr_accessible list. I looked at fields_for info but the first link that explained the hash is what I need. It not only explains how the hash works but will help me with error checking using :reject. I needed to figure out how the have my error checking work when I enter data for less than 15 records on my view. I will try this and post my results. Thanks for the info, jamesw.
Mar
26
asked Ruby on Rails 3.2.13 - How Do I Reference Fields in fields_for?
Mar
15
awarded  Popular Question
Mar
14
comment How Can I Speed Up The Sending Of Emails Using ActionMailer from my Mac Mini Server?
That was my assumption. I have a couple of other functions I plan to develop and deploy in my Rails app before I delve into setting up job queues for the first time. Thanks so much for your input.
Mar
14
comment How Can I Speed Up The Sending Of Emails Using ActionMailer from my Mac Mini Server?
Dan, I have another question about your solution. What happens if the Redis server is not running for some reason? Will it attempt to use ActionMailer to send the emails or will the application issue an error. Note: I just set up Redis on our production server in the cloud. I had already set it up on our development server in January. Thanks again!
Mar
14
comment How Can I Speed Up The Sending Of Emails Using ActionMailer from my Mac Mini Server?
I was looking at Redis to help with a localization project that I plan to start in a little while. I believe I got the server started successfully on my development server. I just mentioned to my husband about getting back to looking at setting up a background job for this. I was going to try using Queue Classic which uses PostgreSQL but had a problem since my PostgreSQL server version does not match the database version. I will definitely take a look at Reqsque and ResqueMailer. I will post my results here. Thanks so much.
Mar
14
asked How Can I Speed Up The Sending Of Emails Using ActionMailer from my Mac Mini Server?