search for: paland

Displaying 20 results from an estimated 32 matches for "paland".

Did you mean: palani
2006 May 13
4
Eric Meyer about frameworks (Rails, too)
Hi, for those of you who haven''t read: http://meyerweb.com/eric/thoughts/2006/05/08/flummoxed-by-frameworks/ ""Oh", they gush, "you should absolutely try Ruby on Rails! It''s so easy! It''s almost like writing regular English!" Which means they''re clearly on crack, because Ruby on Rails is so very different from a human-written language
2006 Apr 18
4
PHP and Rails integration
There a few php solutions that I would like to integrate with my Rails app. Namely PHPBB(No offense RForum) and WordPress. Is it possible to use these in a Rails environment, and what kind of issues/stumbling blocks would I face if I attempted to? Thanks, James -- Posted via http://www.ruby-forum.com/.
2006 May 06
5
login generator always give login unsuccessfull
hi guys, i just did what it is written in this website to genrate login http://wiki.rubyonrails.org/rails/pages/HowToQuicklyDoAuthenticationWithLoginGenerator at the end i add to the database login and password but when i tried to login it give me login unsuccessfull can anyone help me thanks notice: i m beginner in webdeveloppement and especially ruby on rails -- Posted via
2007 Jan 18
4
Problem with encoding - characters such as öäü
Hi I''m trying to use german characters on a ruby on rails application, but for get ? on dropwdown menus. The database, tables and fields are encoded utf8_general_ci. I have this in my application controller: class ApplicationController < ActionController::Base before_filter :set_charset before_filter :configure_charsets def set_charset @headers["Content-Type"] =
2006 Aug 17
2
Show and Back
Wondering if I can get some feedback as to the best approach to handling the following issue: - you have 300 items and pagination is set to 10 items per page - you are on page 10 and call the show action - you then click back and it calls list on the controller - the pagination starts again on page 1 Are people use hidden form fields, then passing the page number to the show, edit actions?
2006 May 05
1
Date calender instead of selectboxes like in Django
Hi, please have a look at http://www2.jeffcroft.com/2006/may/02/django-non-programmers/ especially the screenshot in the middle with the Calender. Instead of 3 selectfields with day, month, year I find this one much more userfriendly, also having yesterday, today and tomorrow. Are there plugins for this? I know http://www.dynarch.com/projects/calendar/ which I often included in my php-sites, and
2006 Apr 19
2
Tools rund um Rails
Hallo zusammen, dann will ich mal wieder ein bi?chen Schwung auf die RoR-Liste bringen: Schildert doch einfach mal eure Erfahrungen mit Tools rund um Rails, also zum Beispiel Capistrano (formerly known as Switchtower), RadRails etc. Welche Plugins setzt ihr ein, von welchen w?rdet ihr abraten? Oder folgt ihr dem Tenor "Reuse is overrated" und schreibt euch die Sachen lieber neu? --
2006 Jan 19
1
partials and instance variables for file_column
Hi, Sebastian Kanthak of the file_column-Plugin wrote once: "is the photo object inside a local variable or an instance variable (e.g. photo or @photo)? url_for_file_column only works with instance variables, like all other active record form helpers. Could this be the problem?" So I''m using file_column in a partial, e.g. <%= render (:partial => "product",
2006 Sep 04
1
Patch: import csv on migration
Hi, I just found a patch about importing a csv file in a migration: http://dev.rubyonrails.org/ticket/5293 This feature would be great, but the patch seems to sleep :( Perhaps anyone could attend to this patch? Thanks, Beate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2006 Jan 02
5
How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi: I love Locomotive and use it exclusively for my rails projects. I''d like to install GRUFF and give it a try (a graph image creation package). I know I can do sudo gem install gruff from the command line for normal ruby and rails. How do I make gems available to Locomotive? bruce
2006 Jan 23
2
del.icio.us-like output
I''m trying to build a page similar to a delicious page that is a listing of your bookmarks in this format: 1. Querying serialized data in ActiveRecord<http://www.karmiccoding.com/articles/2005/11/29/querying-serialized-data-in-activerecord> Hack to search serialized fields to rails <http://del.icio.us/djsodom/rails> ... and 4 other
2006 Feb 09
4
Theme wanted for new Rails CMS
Hi all, I just finished building a CMS (open source, MIT license, same as RoR) that is aimed at people with portfolios: graphic designers, photographers, web developers, etc. Since this fits the Rails demographic well, and I plan to continue actively developing the project, I expect it to be a hit. Some features: * 100% semantic XHTML * Built on Ruby on Rails * AJAXified administration *
2015 Feb 06
0
Asterisk 13.2.0 Now Available
...versions (Reported by Jared Biel) * ASTERISK-24646 - PJSIP changeset 4899 breaks TLS (Reported by Stephan Eisvogel) * ASTERISK-24736 - Memory Leak Fixes (Reported by Mark Michelson) * ASTERISK-24635 - PJSIP outbound PUBLISH crashes when no response is ever received (Reported by Marco Paland) * ASTERISK-24737 - When agent not logged in, agent status shows unavailable, queue status shows agent invalid (Reported by Richard Mudgett) Improvements made in this release: ----------------------------------- * ASTERISK-24552 - ARI: Allow associating a channel as an initiato...
2015 Feb 06
0
Asterisk 13.2.0 Now Available
...versions (Reported by Jared Biel) * ASTERISK-24646 - PJSIP changeset 4899 breaks TLS (Reported by Stephan Eisvogel) * ASTERISK-24736 - Memory Leak Fixes (Reported by Mark Michelson) * ASTERISK-24635 - PJSIP outbound PUBLISH crashes when no response is ever received (Reported by Marco Paland) * ASTERISK-24737 - When agent not logged in, agent status shows unavailable, queue status shows agent invalid (Reported by Richard Mudgett) Improvements made in this release: ----------------------------------- * ASTERISK-24552 - ARI: Allow associating a channel as an initiato...
2006 Jan 08
10
Resource Bundle Roundup
I''ve recently made a first release of what I''m calling "bundled_resource" which is a plugin that makes our lives *much* easier when we need to use javascripts, stylesheets and images in conjunction with one another to deliver a special effect or tool on the client (browser) side. If you missed the release, read about it on my blog at
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks, As I was putting together a rough form for a rails app, I got to thinking how much smoother (in my siytuation) a little calendar widget would be than the default date picker selects. Does anyone know if such a thing exists ? I suspect it would have to be somewhat designed with rails in mind to populate the right kind of post params for convenient use at the controller end.
2006 Apr 17
8
file upload
This is probably me having an issue with the mvc way of living.. .I''m used to perl/php scripting... I''ve got a photo blog I''m making... and in past iterations of this website, I''d just name the photos after the id of the entry. For instance: /photos/id.jpg /photos/id_thumb.jpg However, I''m having trouble finding an easy way to do this with rails.
2006 Jan 09
13
Ajax Tabs
hi railers, I have a model/view/controller with many associations (20+). I would like to display the relative associations using AJAX, allowing the user to display the association his/her is interesting at a particular time. Is here any kind ajax tabs helper or some kind of tab widgets that I can easily incorporate into my rails application. regards, leon -------------- next part --------------
2006 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he suggested writing a book on the same topic... so I did! The Money Train is an e-book about building e-commerce sites using Ruby on Rails. Read my blog entry about it at http://www.bencurtis.com/archives/ 2006/06/rails-e-commerce-e-book/ or head to http:// www.agilewebdevelopment.com/book to dive right in. As always, a big
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...tel.com> Allen Martin <amartin@nvidia.com> Allison Henderson <achender@linux.vnet.ibm.com> Alok Chauhan <alokc@nvidia.com> Alok N Kataria <akataria@vmware.com> Amardeep Rai <amardeep.rai-ext@st.com> Amaury Decrême <amaury.decreme@gmail.com> Ameya Palande <ameya.palande@nokia.com> Ameya Palande <ameya.palande@ti.com> Amir Hanania <amir.hanania@intel.com> Amir Vadai <amirv@mellanox.co.il> Amir Vadai <amirv@mellanox.com> Amit Beka <amit.beka@intel.com> Amit Daniel <amit.kachhap@linaro.org> Amit...