Displaying 14 results from an estimated 14 matches for "myapplic".
Did you mean:
applic
2010 Jul 30
0
`load_missing_constant': uninitialized constant Rails::Railt
Hi All,
I run
rake gems:install
rake gems:unpack
If i add
configure the rspec-rails gem in config/environment.rb:
config.gem "rspec-rails", :version => ">= 1.3.2"
and then run server. I am getting this error:
/home/Amit/Myworkspace/MyApplication/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning:
Gem::Dependency#version_requirements is deprecated and will be removed
on or after August 2010. Use #requirement
/home/Amit/Myworkspace/MyApplication/vendor/rails/activesupport/lib/active_support/dependencies.rb:440:in
`...
2006 Feb 19
3
accounts and subdomains
With reference to a previous
post:http://www.ruby-forum.com/topic/55201#new
I would like my app to function as follows:
A new user signs up for my application, his username is "andy". When
andy now logs in to the application the url is redirected to :
http://andy.myapplication.com
Questions:
Is this possible to develop on a windows box with webrick?
Do I need anything special like lighttpd to achieve this?
Can this be done automatically without manually editing a http config
file?
Alternative:
As an alternative I could have the url look like:
http://www.myappl...
2006 Mar 03
1
roobie noobie migration question
I''m just at the "reading various rails tutorials" stage.
One thing that has puzzled me a couple of times so far is the fact that
the creation of the database is not part of the "migration".
The steps as I''ve seen them are always:
1) $ rails myapplication
2) $ mysqladmin yadda yadda to create a table
3) $ script/generate migration myWickedTable
4) put rows and columns in the migration script
5) $ rake migrate
I''m just wondering why its not more like this:
1) $rails myapplication
2) $script/generate migration myWickedDatabase
3) put a...
2005 Jan 24
2
PSTN and Asterisk
Hi quys,
I look for a solution for interconnection beetwen PSTN and VoIP.
My application have to treat few protocols comming from PSTN lines and mixing data , dtmf and voice.
Can I use Asterisk for :
PSTN ----------> Asterisk (converting analog call to IP) ----------> MyApplication ( translation protocols and do some works with incomming data)
What hardware I can use for this?
Do use Asterisk G.711 protocol?
Thanks
Vassili
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attach...
2008 Jul 12
2
Dreamweaver CS3 and Wine 1.1.1
I took the plunge and got rid of my windows machine (well I have a separate HDD with XP, that I use in a "trayless tray" when needed!), and turned to Ubuntu.
I had seen things todo with wine before, and as such tried it out quite quickly with Dreamweaver CS3. As I cant be without that one for long (not that I cant write the scripts!).
I was happy to see thismornings Wine update, pitty
2006 Aug 17
3
file_column plugin + rails 1.1.6
Hello,
I need to install file_column plugin but I got an error message.
This is the command I use:
./script/plugin install
http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk
This is the error:
Cannot find gem for Rails =1.1.4:
Install the missing gem with ''gem install -v=1.1.4 rails'', or
change environment.rb to define RAILS_GEM_VERSION with your
2006 Jan 19
1
(newbie) using dtmf during a call
hi, im complete new with asterisk, so..
i want to be able using dtmf during a call, for execute a application.
Now i'm still making phonecalls trough a sip-adapter (Linksys pap2) with
my soundcart from server, and i receive in the asterisk-console putting
some digits from a analog-telephon:" << Console receive digit 1 >> " e.g.
Now how can i execute some application
2001 Aug 06
1
Sending Keystrokes to a window
Is there any way of sending a set of keystrokes to a window, from a
command line function.
Eg.
$ wine "c:\MyApplication.exe" &> logfile.log &
$ send.key.shell/perl.script
where send.key.shell/perl.scrip will send keystorkes to the wine program
depending on the results of the log file.
Cheers,
Rasjid.
2006 Apr 28
2
validates* gives me problems
Hi,
In Debian/testing (mysql-5.0.20, ruby1.8, rails 1.1.0)
Im trying to follow up the fourdaysonrails tutorial, and when putting:
validates_uniqueness_of :category, :message => "Already exists"
in /myapplication/app/model/category.rb
I get:
NoMethodError in Categories#create
undefined method `category'' for #<Article:0x407f6418>
RAILS_ROOT: /var/www/audio/public/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/ba...
2012 Apr 18
0
Loudlink Explorer 3.0.0
...em.Windows.Forms.AxHost.EndInit()
at Loudlink.frmMain.InitializeComponent()
at Loudlink.frmMain..ctor()
--- End of inner exception stack trace ---
at Loudlink.My.MyProject.MyForms.Create__Instance__[T](T Instance)
at Loudlink.My.MyProject.MyForms.get_frmMain()
at Loudlink.My.MyApplication.OnCreateMainForm()
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[]...
2005 Jul 19
2
segfault with grid and null unit (PR#8014)
...unit(2,"cm"),
unit(1,"null")
)
)
)
)
==============
Date/Time: 2005-07-19 11:35:30.950 +0100
OS Version: 10.4.2 (Build 8C46)
Report Version: 3
Command: R
Path: /Volumes/George/MyApplications/R.app/Contents/MacOS/R
Parent: WindowServer [146]
Version: 1.12 (1622)
PID: 10493
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x68000001
Thread 0 Crashed:
0 libR.dylib 0x00303d1c Rf_isObject + 0 (util.c:623)
1 grid.so...
2006 Jun 14
0
Changing the name of application.rb
...at I would really like to use the name ''Application''
for, but it''s getting confused with this file. I would really like to
just be able to change the file in app/controllers so I can cleanly have
Application.find ... without having to name my model something like
MyApplication or something silly just to have it work.
I''ve been browsing through the Railties initializer, but I don''t see it
implicitly named.
Thanks for the help,
Josh Schairbaum
--
Posted with http://DevLists.com. Sign up and save your mailbox.
2004 Mar 30
0
Problems when executing a DOS batch file on a Samba Server
...= 0777
The workstation (a Windows 98 computer) has mapped disk_g with the
G: drive letter.
The batch file is a complex compile command. It contains between his
lines this command:
...
IF EXIST .\OBJ\*.VAR FOR %%x IN (.\OBJ\*.VAR) DO DEL %%x /p
...
The current directory for the .bat file is:
G:\MyApplication\
When I execute this batch file, on the G: drive it crashs with the message
General failure reading drive G:
Abort, Retry, Fail? F
Fail on INT24
When I execute the whole operation on the local computer it works properly.
When I replace the line in the batch file with
del .\OBJ\*.VAR
the...
2005 May 09
2
use "integrate" for functions defined in C, not R
Dear all,
I am trying to use the C code for "integrate" function ( that calls
Rdqagi and Rdqags) so that I can integrate a function defined in C,
instead of passing from R.
Is there a way for doing this?
My unsuccessful attempt:
I looked into the files (including integrate.c, Applic.h) and
1. modified the definition of
"integr_fn" by droping the environment