Displaying 5 results from an estimated 5 matches for "dashboard_url".
2007 Aug 27
2
issue with edge rails and urls
...l
end
it "should generate a valid home link when User.current and
Profile.current is not set" do
home_link.should =~ /#{new_profile_url}/
end
it "should generate a valid home link when User.current is set" do
User.current = mock_model(User)
home_link.should =~ /#{dashboard_url}/
end
it "should generate a valid home link when Profile.current is set" do
Profile.current = mock_model(Profile)
home_link.should =~ /#{profile_url(Profile.current)}/
end
end
And the method in ApplicationHelper:
def home_link
if User.current.blank?
if Profile.curre...
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed.
Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here.
CHANGES
-------
Build was manually requested
BUILD LOG
---------
D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake'&...
2011 Jul 22
3
ANNOUNCE: Puppet Dashboard 1.2rc3 available
...41 (#8101) Updated to new version of Tipsy plugin
9cb5e55 (Maint) More generalized tabbed interface
fbe11aa (#8196) Adjust content width based on body classes.
e756c25 (#8196) Add a body class describing sidebar state.
23cbef1 (#8196) Clean up body class manipulation.
3670e2b (#8146) Change default DASHBOARD_URL in external_node to localhost
81ec3c0 (#8090) Update .gitignore to ignore plugin files
6f117fc (#8022) Don''t fail when installing plugin without `public` directory
07a9407 (#8022) Create a hook for plugins to add items to <head> in layout
64be352 (#7967) Add default value for read co...
2011 Aug 06
0
Announce: Dashboard 1.2rc6 available
...41 (#8101) Updated to new version of Tipsy plugin
9cb5e55 (Maint) More generalized tabbed interface
fbe11aa (#8196) Adjust content width based on body classes.
e756c25 (#8196) Add a body class describing sidebar state.
23cbef1 (#8196) Clean up body class manipulation.
3670e2b (#8146) Change default DASHBOARD_URL in external_node to localhost
81ec3c0 (#8090) Update .gitignore to ignore plugin files
6f117fc (#8022) Don''t fail when installing plugin without `public` directory
07a9407 (#8022) Create a hook for plugins to add items to <head> in layout
64be352 (#7967) Add default value for read co...
2013 Feb 08
11
Puppet dashboard stuck pending jobs
Hi Guys,
I am a new puppet user and wanted some type of monitoring for puppet so
deployed puppet-dashboard. It has been working very well for a few days
not, but all of a sudden I start getting pending tasks and they never
finish even after restarting all processes. They keep accumulating and
never seem to finish even though the clients are running fine. I have the
puppet-dashboard